Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_conn.c223 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
1503 link_mode |= HCI_LM_MASTER; in get_link_mode()
Dl2cap_core.c7249 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
7254 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
Dhci_core.c1951 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
Dhci_event.c2552 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/Linux-v4.19/include/net/bluetooth/
Dhci.h445 #define HCI_LM_MASTER 0x0001 macro