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.h674 #define HCI_LM_MASTER 0x0001 macro
/linux/net/bluetooth/
H A Dhci_conn.c2660 link_mode |= HCI_LM_MASTER; in get_link_mode()
H A Dl2cap_core.c7307 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
7312 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
H A Dhci_core.c755 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
H A Dhci_sync.c6958 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER))
H A Dhci_event.c3352 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()