Searched refs:tx_time (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api_types.h | 462 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 | 105 uint64_t tx_time; /* in ms */ member
|
/system/bt/btif/src/ |
D | btif_dm.cc | 168 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/ |
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 | 796 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/ |
D | bta_api.h | 813 typedef void(tBTA_BLE_ENERGY_INFO_CBACK)(tBTA_DM_BLE_TX_TIME_MS tx_time,
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 2765 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/ |
D | bta_dm_act.cc | 4074 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()
|