Home
last modified time | relevance | path

Searched refs:lmp_rswitch_capable (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/net/bluetooth/
Dhci_conn.c248 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
Dhci_core.c508 if (lmp_rswitch_capable(hdev)) in hci_setup_link_policy()
Dhci_event.c2840 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h1386 #define lmp_rswitch_capable(dev) ((dev)->features[0][0] & LMP_RSWITCH) macro