Home
last modified time | relevance | path

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

/Zephyr-4.3.0/subsys/bluetooth/host/
Dmonitor.c185 static void encode_drops(struct bt_monitor_hdr *hdr, uint8_t type, in encode_drops() function
223 encode_drops(hdr, BT_MONITOR_COMMAND_DROPS, &drops.cmd); in encode_hdr()
224 encode_drops(hdr, BT_MONITOR_EVENT_DROPS, &drops.evt); in encode_hdr()
225 encode_drops(hdr, BT_MONITOR_ACL_TX_DROPS, &drops.acl_tx); in encode_hdr()
226 encode_drops(hdr, BT_MONITOR_ACL_RX_DROPS, &drops.acl_rx); in encode_hdr()
228 encode_drops(hdr, BT_MONITOR_SCO_TX_DROPS, &drops.sco_tx); in encode_hdr()
229 encode_drops(hdr, BT_MONITOR_SCO_RX_DROPS, &drops.sco_rx); in encode_hdr()
231 encode_drops(hdr, BT_MONITOR_OTHER_DROPS, &drops.other); in encode_hdr()