Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dhci_conn.c110 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_connect()
Dhci_event.c1353 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h525 #define lmp_rswitch_capable(dev) ((dev)->features[0] & LMP_RSWITCH) macro