Home
last modified time | relevance | path

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

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