Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_conn.c219 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
1391 link_mode |= HCI_LM_MASTER; in get_link_mode()
Dl2cap_core.c7218 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
7223 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
Dhci_core.c1989 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
Dhci_event.c2289 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/linux-4.4.14/include/net/bluetooth/
Dhci.h410 #define HCI_LM_MASTER 0x0001 macro