Searched refs:lmp_rswitch_capable (Results 1 – 3 of 3) sorted by relevance
110 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_connect()
1353 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
525 #define lmp_rswitch_capable(dev) ((dev)->features[0] & LMP_RSWITCH) macro