Home
last modified time | relevance | path

Searched defs:tx_time (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/l2cap/le/
Dlink_property_listener.h73 …hci::AddressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.cc56 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
/system/bt/gd/l2cap/le/internal/
Dlink.cc90 void Link::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.cc277 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
/system/bt/stack/btm/
Dbtm_ble.cc663 uint16_t tx_time = BTM_BLE_DATA_TX_TIME_MAX_LEGACY; in BTM_SetBleDataLength() local
/system/bt/test/mock/
Dmock_hcic_hciblecmds.cc189 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length()
/system/bt/include/hardware/
Dbluetooth.h150 uint64_t tx_time; /* in ms */ member
/system/bt/bta/dm/
Dbta_dm_act.cc3728 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl()
/system/bt/main/shim/
Dacl.cc625 void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, in OnDataLengthChange()
/system/bt/stack/hcic/
Dhciblecmds.cc745 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length()
/system/bt/btif/src/
Dbtif_dm.cc1793 static void bta_energy_info_cb(tBTM_BLE_TX_TIME_MS tx_time, in bta_energy_info_cb()