Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h890 UINT16 tx_time);
Dbtm_ble_api.h981 typedef void (tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time, tBTM_BLE_RX_TIME_MS rx_time,
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1006 BOOLEAN btsnd_hcic_ble_set_data_length(UINT16 conn_handle, UINT16 tx_octets, UINT16 tx_time) in btsnd_hcic_ble_set_data_length() argument
1025 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1266 typedef void (tBTA_BLE_ENERGY_INFO_CBACK)(tBTA_DM_BLE_TX_TIME_MS tx_time,
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c6330 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl() argument
6344 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, ctrl_state, st); in bta_ble_energy_info_cmpl()