Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci.h545 #define LMP_HOST_LE_BREDR 0x04 macro
Dhci_core.h1654 #define lmp_host_le_br_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE_BREDR))
/linux-6.1.9/net/bluetooth/
Dhci_event.c2143 hdev->features[1][0] |= LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
2145 hdev->features[1][0] &= ~LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()