Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c3745 flags = hci_flags(handle); in hci_acldata_packet()
3782 flags = hci_flags(handle); in hci_scodata_packet()
3820 flags = hci_flags(handle); in hci_isodata_packet()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2907 #define hci_flags(h) (h >> 12) macro