Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_conn.c232 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
2597 link_mode |= HCI_LM_MASTER; in get_link_mode()
Dhci_core.c807 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
Dl2cap_core.c8192 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
8197 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
Dhci_event.c3355 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/linux-6.6.21/include/net/bluetooth/
Dhci.h617 #define HCI_LM_MASTER 0x0001 macro