Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api_types.h462 typedef void(tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
Dhcimsgs.h828 uint16_t tx_time);
/system/bt/include/hardware/
Dbluetooth.h105 uint64_t tx_time; /* in ms */ member
/system/bt/btif/src/
Dbtif_dm.cc168 uint64_t tx_time; member
1976 energy_info.tx_time = p_ener_data->tx_time; in btif_dm_upstreams_evt()
2175 static void bta_energy_info_cb(tBTA_DM_BLE_TX_TIME_MS tx_time, in bta_energy_info_cb() argument
2184 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb()
2189 btif_cb.tx_time = (uint64_t)tx_time; in bta_energy_info_cb()
/system/bt/stack/hcic/
Dhciblecmds.cc675 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/
Dbtm_ble.cc796 uint16_t tx_time = BTM_BLE_DATA_TX_TIME_MAX_LEGACY; in BTM_SetBleDataLength() local
822 tx_time = BTM_BLE_DATA_TX_TIME_MAX; in BTM_SetBleDataLength()
824 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
/system/bt/bta/include/
Dbta_api.h813 typedef void(tBTA_BLE_ENERGY_INFO_CBACK)(tBTA_DM_BLE_TX_TIME_MS tx_time,
/system/bt/gd/hci/
Dhci_packets.pdl2765 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x4290
2780 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x4290
2785 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x4290
/system/bt/bta/dm/
Dbta_dm_act.cc4074 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl() argument
4085 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()