Home
last modified time | relevance | path

Searched refs:HCI_LM_ACCEPT (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_event.c3282 if (!(mask & HCI_LM_ACCEPT)) { in hci_conn_request_evt()
6406 if (!(mask & HCI_LM_ACCEPT)) { in hci_le_pa_sync_estabilished_evt()
6447 if (!(mask & HCI_LM_ACCEPT)) in hci_le_per_adv_report_evt()
6849 if (!(mask & HCI_LM_ACCEPT)) { in hci_le_cis_req_evt()
7029 if (!(mask & HCI_LM_ACCEPT)) in hci_le_big_info_adv_report_evt()
H A Dsco.c1413 lm |= HCI_LM_ACCEPT; in sco_connect_ind()
H A Dhci_core.c736 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
2426 hdev->link_mode = (HCI_LM_ACCEPT); in hci_alloc_dev_priv()
H A Diso.c2201 return HCI_LM_ACCEPT; in iso_connect_ind()
H A Dl2cap_core.c7171 lm1 |= HCI_LM_ACCEPT; in l2cap_connect_ind()
7176 lm2 |= HCI_LM_ACCEPT; in l2cap_connect_ind()
/linux-6.15/include/net/bluetooth/
H A Dhci.h661 #define HCI_LM_ACCEPT 0x8000 macro