Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.c160 uint64_t tx_time; member
1946 energy_info.tx_time = p_ener_data->tx_time; in btif_dm_upstreams_evt()
2159 static void bta_energy_info_cb(tBTA_DM_BLE_TX_TIME_MS tx_time, tBTA_DM_BLE_RX_TIME_MS rx_time, in bta_energy_info_cb() argument
2165 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb()
2170 btif_cb.tx_time = (uint64_t) tx_time; in bta_energy_info_cb()
/system/bt/stack/hcic/
Dhciblecmds.c932 BOOLEAN btsnd_hcic_ble_set_data_length(UINT16 conn_handle, UINT16 tx_octets, UINT16 tx_time) in btsnd_hcic_ble_set_data_length() argument
950 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()
/system/bt/stack/include/
Dhcimsgs.h777 UINT16 tx_time);
Dbtm_ble_api.h857 typedef void (tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time, tBTM_BLE_RX_TIME_MS rx_time,
/system/bt/bta/include/
Dbta_api.h1154 typedef void (tBTA_BLE_ENERGY_INFO_CBACK)(tBTA_DM_BLE_TX_TIME_MS tx_time,
/system/bt/bta/dm/
Dbta_dm_act.c5370 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl() argument
5383 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, ctrl_state, st); in bta_ble_energy_info_cmpl()