Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h483 #define LMP_HOST_LE 0x02 macro
H A Dhci_core.h1367 #define lmp_host_le_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE))
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h579 #define LMP_HOST_LE 0x02 macro
H A Dhci_core.h1832 #define lmp_host_le_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE))
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c1694 hdev->features[1][0] |= LMP_HOST_LE; in hci_cc_write_le_host_supported()
1697 hdev->features[1][0] &= ~LMP_HOST_LE; in hci_cc_write_le_host_supported()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c2161 hdev->features[1][0] |= LMP_HOST_LE; in hci_cc_write_le_host_supported()
2164 hdev->features[1][0] &= ~LMP_HOST_LE; in hci_cc_write_le_host_supported()

Completed in 35 milliseconds