Home
last modified time | relevance | path

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

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhci_h5.c1168bytes_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()
1218bytes_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()
1269bytes_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()
1319bytes_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/
Dhci_h5.c1026 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/
Dbt_types.h468 UINT32 bytes_sent; member