Searched refs:lmp_rswitch_capable (Results 1 – 4 of 4) sorted by relevance
219 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
681 if (lmp_rswitch_capable(hdev)) in hci_setup_link_policy()
2289 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
1104 #define lmp_rswitch_capable(dev) ((dev)->features[0][0] & LMP_RSWITCH) macro