Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_conn.c231 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
Dhci_core.c507 if (lmp_rswitch_capable(hdev)) in hci_setup_link_policy()
Dhci_event.c2761 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h1314 #define lmp_rswitch_capable(dev) ((dev)->features[0][0] & LMP_RSWITCH) macro