Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c178 static void encode_drops(struct bt_monitor_hdr *hdr, uint8_t type, in encode_drops() function
216 encode_drops(hdr, BT_MONITOR_COMMAND_DROPS, &drops.cmd); in encode_hdr()
217 encode_drops(hdr, BT_MONITOR_EVENT_DROPS, &drops.evt); in encode_hdr()
218 encode_drops(hdr, BT_MONITOR_ACL_TX_DROPS, &drops.acl_tx); in encode_hdr()
219 encode_drops(hdr, BT_MONITOR_ACL_RX_DROPS, &drops.acl_rx); in encode_hdr()
221 encode_drops(hdr, BT_MONITOR_SCO_TX_DROPS, &drops.sco_tx); in encode_hdr()
222 encode_drops(hdr, BT_MONITOR_SCO_RX_DROPS, &drops.sco_rx); in encode_hdr()
224 encode_drops(hdr, BT_MONITOR_OTHER_DROPS, &drops.other); in encode_hdr()