Searched refs:bytes_sent (Results 1 – 3 of 3) sorted by relevance
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | hci_h5.c | 1168 …bytes_sent = h5_int_hal_callbacks->h5_int_transmit_data_cb(DATA_TYPE_H5, data, skb_get_data_length… in hci_h5_send_sync_req() 1169 H5LogMsg("bytes_sent(%d)", bytes_sent); in hci_h5_send_sync_req() 1218 …bytes_sent = h5_int_hal_callbacks->h5_int_transmit_data_cb(DATA_TYPE_H5, data, skb_get_data_length… in hci_h5_send_sync_resp() 1219 H5LogMsg("bytes_sent(%d)", bytes_sent); in hci_h5_send_sync_resp() 1269 …bytes_sent = h5_int_hal_callbacks->h5_int_transmit_data_cb(DATA_TYPE_H5, data, skb_get_data_length… in hci_h5_send_conf_req() 1270 H5LogMsg("bytes_sent(%d)", bytes_sent); in hci_h5_send_conf_req() 1319 …bytes_sent = h5_int_hal_callbacks->h5_int_transmit_data_cb(DATA_TYPE_H5, data, skb_get_data_length… in hci_h5_send_conf_resp() 1320 H5LogMsg("bytes_sent(%d)", bytes_sent); in hci_h5_send_conf_resp() 1438 uint16_t bytes_sent = 0; in h5_wake_up() local 1450 bytes_sent = h5_int_hal_callbacks->h5_int_transmit_data_cb(DATA_TYPE_H5, data, data_len); in h5_wake_up() [all …]
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | hci_h5.c | 1026 uint16_t bytes_sent = 0; in h5_wake_up() local 1036 bytes_sent = h5_int_hal_callbacks->h5_int_transmit_data_cb(DATA_TYPE_H5, data, data_len); in h5_wake_up() 1038 H5LogMsg("bytes_sent(%d)", bytes_sent); in h5_wake_up() 1057 return bytes_sent; in h5_wake_up()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | bt_types.h | 468 UINT32 bytes_sent; member
|