Searched refs:tx_time (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api_types.h | 517 typedef void(tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
|
D | hcimsgs.h | 828 uint16_t tx_time);
|
/system/bt/include/hardware/ |
D | bluetooth.h | 104 uint64_t tx_time; /* in ms */ member
|
/system/bt/btif/src/ |
D | btif_dm.cc | 164 uint64_t tx_time; member 1909 energy_info.tx_time = p_ener_data->tx_time; in btif_dm_upstreams_evt() 2108 static void bta_energy_info_cb(tBTA_DM_BLE_TX_TIME_MS tx_time, in bta_energy_info_cb() argument 2117 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb() 2122 btif_cb.tx_time = (uint64_t)tx_time; in bta_energy_info_cb()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 675 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length() argument 687 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 755 uint16_t tx_time = BTM_BLE_DATA_TX_TIME_MAX_LEGACY; in BTM_SetBleDataLength() local 781 tx_time = BTM_BLE_DATA_TX_TIME_MAX; in BTM_SetBleDataLength() 783 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
|
/system/bt/bta/include/ |
D | bta_api.h | 820 typedef void(tBTA_BLE_ENERGY_INFO_CBACK)(tBTA_DM_BLE_TX_TIME_MS tx_time,
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 4073 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl() argument 4084 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()
|