/system/bt/gd/hci/acl_manager/ |
D | le_connection_management_callbacks.h | 36 …virtual void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t…
|
D | le_acl_connection.cc | 56 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange() argument 57 SAVE_OR_CALL(OnDataLengthChange, tx_octets, tx_time, rx_octets, rx_time) in OnDataLengthChange()
|
/system/bt/gd/l2cap/le/ |
D | link_property_listener.h | 73 …hci::AddressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange() argument
|
/system/bt/gd/l2cap/le/internal/ |
D | link.cc | 90 void Link::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange() argument 91 …LOG_INFO("tx_octets %hx tx_time %hx rx_octets %hx rx_time %hx", tx_octets, tx_time, rx_octets, rx_… in OnDataLengthChange()
|
D | link.h | 85 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time…
|
/system/bt/main/shim/ |
D | acl_legacy_interface.h | 115 void (*on_data_length_change)(uint16_t tx_octets, uint16_t tx_time,
|
D | acl.cc | 625 void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, in OnDataLengthChange() argument 627 TRY_POSTING_ON_MAIN(interface_.on_data_length_change, tx_octets, tx_time, in OnDataLengthChange()
|
D | l2c_api.cc | 601 uint16_t tx_time, uint16_t rx_octets, in OnDataLengthChange()
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 277 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange() argument 279 …"tx_octets: 0x%hx, tx_time: 0x%hx, rx_octets 0x%hx, rx_time 0x%hx", tx_octets, tx_time, rx_octets,… in OnDataLengthChange()
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 663 uint16_t tx_time = BTM_BLE_DATA_TX_TIME_MAX_LEGACY; in BTM_SetBleDataLength() local 667 tx_time = BTM_BLE_DATA_TX_TIME_MAX; in BTM_SetBleDataLength() 677 btsnd_hcic_ble_set_data_length(handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength() 691 tx_time = std::min<uint16_t>( in BTM_SetBleDataLength() 692 tx_time, controller_get_interface()->get_ble_maximum_tx_time()); in BTM_SetBleDataLength() 694 btsnd_hcic_ble_set_data_length(hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
|
/system/bt/stack/include/ |
D | btm_ble_api_types.h | 485 typedef void(tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
|
D | hcimsgs.h | 628 uint16_t tx_time);
|
/system/bt/include/hardware/ |
D | bluetooth.h | 150 uint64_t tx_time; /* in ms */ member
|
/system/bt/bta/include/ |
D | bta_api.h | 481 typedef void(tBTA_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
|
/system/bt/test/mock/ |
D | mock_hcic_hciblecmds.cc | 189 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length() argument
|
/system/bt/btif/src/ |
D | btif_dm.cc | 1793 static void bta_energy_info_cb(tBTM_BLE_TX_TIME_MS tx_time, in bta_energy_info_cb() argument 1802 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb() 1808 energy_info.tx_time = tx_time; in bta_energy_info_cb()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 745 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length() argument 757 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3728 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl() argument 3739 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 3271 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x4290 3286 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x4290 3291 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x4290
|
D | acl_manager_test.cc | 670 …MOCK_METHOD4(OnDataLengthChange, void(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, ui…
|