Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_core.c3856 flags = hci_flags(handle); in hci_acldata_packet()
3892 flags = hci_flags(handle); in hci_scodata_packet()
3930 flags = hci_flags(handle); in hci_isodata_packet()
/Linux-v6.6/include/net/bluetooth/
Dhci.h2977 #define hci_flags(h) (h >> 12) macro