Home
last modified time | relevance | path

Searched refs:LMP_HOST_LE_BREDR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h484 #define LMP_HOST_LE_BREDR 0x04 macro
H A Dhci_core.h1368 #define lmp_host_le_br_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE_BREDR))
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h580 #define LMP_HOST_LE_BREDR 0x04 macro
H A Dhci_core.h1833 #define lmp_host_le_br_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE_BREDR))
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c1703 hdev->features[1][0] |= LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
1705 hdev->features[1][0] &= ~LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c2170 hdev->features[1][0] |= LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()
2172 hdev->features[1][0] &= ~LMP_HOST_LE_BREDR; in hci_cc_write_le_host_supported()

Completed in 43 milliseconds