Searched defs:max_tx_octets (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | ble_acl.cc | 165 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/ |
D | link_layer_controller.h | 764 void SetLeSuggestedMaxTxOctets(uint16_t max_tx_octets) { in SetLeSuggestedMaxTxOctets()
|
D | dual_mode_controller.cc | 2204 uint16_t max_tx_octets = command_view.GetTxOctets(); in LeWriteSuggestedDefaultDataLength() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 812 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/ |
D | device.py | 5015 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/ |
D | hci_packets.h | 46957 …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()
|