Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_conn.c102 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
1180 link_mode |= HCI_LM_MASTER; in get_link_mode()
Dl2cap_core.c7206 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
7211 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
Dhci_core.c1897 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
Dhci_event.c2378 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/linux-4.1.27/include/net/bluetooth/
Dhci.h396 #define HCI_LM_MASTER 0x0001 macro