Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c4111 if (lmp_rswitch_capable(hdev)) in hci_setup_link_policy_sync()
6794 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_conn_sync()
H A Dhci_event.c3308 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1767 #define lmp_rswitch_capable(dev) ((dev)->features[0][0] & LMP_RSWITCH) macro