Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dsco.c1343 lm |= HCI_LM_ACCEPT; in sco_connect_ind()
H A Dhci_event.c3255 if (!(mask & HCI_LM_ACCEPT)) { in hci_conn_request_evt()
6346 if (!(mask & HCI_LM_ACCEPT)) { in hci_le_pa_sync_estabilished_evt()
6384 if (!(mask & HCI_LM_ACCEPT)) in hci_le_per_adv_report_evt()
6766 if (!(mask & HCI_LM_ACCEPT)) { in hci_le_cis_req_evt()
6951 if (!(mask & HCI_LM_ACCEPT)) { in hci_le_big_info_adv_report_evt()
H A Dhci_core.c758 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
2431 hdev->link_mode = (HCI_LM_ACCEPT); in hci_alloc_dev_priv()
H A Diso.c1845 lm |= HCI_LM_ACCEPT; in iso_connect_ind()
H A Dl2cap_core.c7175 lm1 |= HCI_LM_ACCEPT; in l2cap_connect_ind()
7180 lm2 |= HCI_LM_ACCEPT; in l2cap_connect_ind()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h608 #define HCI_LM_ACCEPT 0x8000 macro