Home
last modified time | relevance | path

Searched defs:max_tx_octets (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dble_acl.cc165 void acl_ble_data_length_change_event(uint16_t handle, uint16_t max_tx_octets, uint16_t max_tx_time, in acl_ble_data_length_change_event()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h764 void SetLeSuggestedMaxTxOctets(uint16_t max_tx_octets) { in SetLeSuggestedMaxTxOctets()
Ddual_mode_controller.cc2204 uint16_t max_tx_octets = command_view.GetTxOctets(); in LeWriteSuggestedDefaultDataLength() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc812 void OnDataLengthChange(uint16_t max_tx_octets, uint16_t max_tx_time, uint16_t max_rx_octets, in OnDataLengthChange()
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py5015 self, connection, max_tx_octets, max_tx_time, max_rx_octets, max_rx_time argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h46957 …tr<LeDataLengthChangeBuilder> Create(uint16_t connection_handle, uint16_t max_tx_octets, uint16_t … in Create()
46977 explicit LeDataLengthChangeBuilder(uint16_t connection_handle, uint16_t max_tx_octets, uint16_t max… in Create()