Searched refs:encode_drops (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | monitor.c | 177 static void encode_drops(struct bt_monitor_hdr *hdr, uint8_t type,  in encode_drops()  function 215 	encode_drops(hdr, BT_MONITOR_COMMAND_DROPS, &drops.cmd);  in encode_hdr() 216 	encode_drops(hdr, BT_MONITOR_EVENT_DROPS, &drops.evt);  in encode_hdr() 217 	encode_drops(hdr, BT_MONITOR_ACL_TX_DROPS, &drops.acl_tx);  in encode_hdr() 218 	encode_drops(hdr, BT_MONITOR_ACL_RX_DROPS, &drops.acl_rx);  in encode_hdr() 220 	encode_drops(hdr, BT_MONITOR_SCO_TX_DROPS, &drops.sco_tx);  in encode_hdr() 221 	encode_drops(hdr, BT_MONITOR_SCO_RX_DROPS, &drops.sco_rx);  in encode_hdr() 223 	encode_drops(hdr, BT_MONITOR_OTHER_DROPS, &drops.other);  in encode_hdr()
  |