Searched refs:tx_time (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/src/ |
D | btif_dm.c | 164 uint64_t tx_time; member 2010 energy_info.tx_time = p_ener_data->tx_time; in btif_dm_upstreams_evt() 2226 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 2232 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb() 2237 btif_cb.tx_time = (uint64_t) tx_time; in bta_energy_info_cb()
|
/system/bt/stack/hcic/ |
D | hciblecmds.c | 750 BOOLEAN btsnd_hcic_ble_set_data_length(UINT16 conn_handle, UINT16 tx_octets, UINT16 tx_time) in btsnd_hcic_ble_set_data_length() argument 763 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()
|
/system/bt/stack/include/ |
D | hcimsgs.h | 777 UINT16 tx_time);
|
D | btm_ble_api.h | 869 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/ |
D | bta_api.h | 1107 typedef void (tBTA_BLE_ENERGY_INFO_CBACK)(tBTA_DM_BLE_TX_TIME_MS tx_time,
|
/system/bt/bta/dm/ |
D | bta_dm_act.c | 5267 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl() argument 5280 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, ctrl_state, st); in bta_ble_energy_info_cmpl()
|