Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h639 #define HCI_LM_MASTER 0x0001 macro
/linux/net/bluetooth/
H A Dhci_conn.c2708 link_mode |= HCI_LM_MASTER; in get_link_mode()
H A Dl2cap_core.c7171 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
7176 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
H A Dhci_core.c735 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
H A Dhci_sync.c6796 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_conn_sync()
H A Dhci_event.c3305 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()