Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dhci.h662 #define HCI_LM_MASTER 0x0001 macro
/linux-6.15/net/bluetooth/
H A Dhci_conn.c2544 link_mode |= HCI_LM_MASTER; in get_link_mode()
H A Dl2cap_core.c7173 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
7178 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
H A Dhci_core.c736 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
H A Dhci_sync.c6809 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_conn_sync()
H A Dhci_event.c3335 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()