Searched defs:tx_time (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/hcic/
H A Dhciblecmds.cc690 uint16_t tx_time) {
702 UINT16_TO_STREAM(pp, tx_time);
689 btsnd_hcic_ble_set_data_length(uint16_t conn_handle, uint16_t tx_octets, uint16_t tx_time) argument
/system/bt/include/hardware/
H A Dbluetooth.h96 uint64_t tx_time; /* in ms */ member in struct:__anon679
/system/bt/bta/dm/
H A Dbta_dm_act.cc4051 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, argument
4062 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used,
/system/bt/btif/src/
H A Dbtif_dm.cc161 uint64_t tx_time; member in struct:__anon561
1879 energy_info.tx_time = p_ener_data->tx_time;
2078 static void bta_energy_info_cb(tBTA_DM_BLE_TX_TIME_MS tx_time, argument
2087 status, ctrl_state, tx_time, rx_time, idle_time, energy_used);
2092 btif_cb.tx_time = (uint64_t)tx_time;

Completed in 152 milliseconds