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

/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/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);
/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;

Completed in 46 milliseconds