Home
last modified time | relevance | path

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

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