Home
last modified time | relevance | path

Searched refs:hci_skb_pkt_status (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h481 #define hci_skb_pkt_status(skb) bt_cb((skb))->pkt_status macro
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c359 u8 pkt_status = hci_skb_pkt_status(skb); in bt_sock_recvmsg()
H A Diso.c2042 hci_skb_pkt_status(skb) = flags & 0x03; in iso_recv()
2064 hci_skb_pkt_status(conn->rx_skb) = flags & 0x03; in iso_recv()
H A Dhci_core.c3796 hci_skb_pkt_status(skb) = flags & 0x03; in hci_scodata_packet()