Home
last modified time | relevance | path

Searched refs:lmp_transp_capable (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dsco.c332 if (!lmp_transp_capable(hdev) || !lmp_esco_capable(hdev)) { in sco_connect()
/linux/include/net/bluetooth/
H A Dhci_core.h1875 #define lmp_transp_capable(dev) ((dev)->features[0][2] & LMP_TRANSPARENT) macro