Searched defs:rx_time (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/dm/
H A Dbta_dm_act.c5268 tBTM_BLE_RX_TIME_MS rx_time,
5280 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, ctrl_state, st);
5267 bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, tBTM_BLE_RX_TIME_MS rx_time, tBTM_BLE_IDLE_TIME_MS idle_time, tBTM_BLE_ENERGY_USED energy_used, tBTM_STATUS status) argument
/system/bt/btif/src/
H A Dbtif_dm.c165 uint64_t rx_time; member in struct:__anon642
2009 energy_info.rx_time = p_ener_data->rx_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);
2238 btif_cb.rx_time = (uint64_t) rx_time;

Completed in 106 milliseconds