Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dsco.c1097 lm |= HCI_LM_ACCEPT; in sco_connect_ind()
Dhci_core.c1992 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
3166 hdev->link_mode = (HCI_LM_ACCEPT); in hci_alloc_dev()
Dl2cap_core.c7340 lm1 |= HCI_LM_ACCEPT; in l2cap_connect_ind()
7345 lm2 |= HCI_LM_ACCEPT; in l2cap_connect_ind()
Dhci_event.c2582 if (!(mask & HCI_LM_ACCEPT)) { in hci_conn_request_evt()
/Linux-v5.4/include/net/bluetooth/
Dhci.h457 #define HCI_LM_ACCEPT 0x8000 macro