Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_core.c3797 flags = hci_flags(handle); in hci_acldata_packet()
3833 flags = hci_flags(handle); in hci_scodata_packet()
3871 flags = hci_flags(handle); in hci_isodata_packet()
/linux-6.1.9/include/net/bluetooth/
Dhci.h2928 #define hci_flags(h) (h >> 12) macro