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

/system/bt/btif/src/
H A Dbtif_dm.c164 uint64_t tx_time; member in struct:__anon642
2010 energy_info.tx_time = p_ener_data->tx_time;
2226 static void bta_energy_info_cb(tBTA_DM_BLE_TX_TIME_MS tx_time, tBTA_DM_BLE_RX_TIME_MS rx_time, argument
2232 status, ctrl_state, tx_time, rx_time, idle_time, energy_used);
2237 btif_cb.tx_time = (uint64_t) tx_time;
/system/bt/stack/hcic/
H A Dhciblecmds.c750 BOOLEAN btsnd_hcic_ble_set_data_length(UINT16 conn_handle, UINT16 tx_octets, UINT16 tx_time) argument
763 UINT16_TO_STREAM(pp, tx_time);
/system/bt/stack/include/
H A Dhcimsgs.h777 UINT16 tx_time);
H A Dbtm_ble_api.h869 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/
H A Dbta_api.h1107 typedef void (tBTA_BLE_ENERGY_INFO_CBACK)(tBTA_DM_BLE_TX_TIME_MS tx_time,
/system/bt/bta/dm/
H A Dbta_dm_act.c5267 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, argument
5280 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, ctrl_state, st);

Completed in 263 milliseconds