/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hci.py | 41 def send(self, pb_flag, b_flag, data: bytes): argument 68 def send(self, pb_flag, b_flag, data: bytes): argument
|
D | py_hal.py | 38 def send(self, pb_flag, b_flag, data: bytes): argument 147 def send_acl(self, handle, pb_flag, b_flag, data: bytes): argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/ |
H A D | uart_transport_fuzzer.cc | 67 const uint8_t pb_flag = async_data_packet.pb_flag(); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | direct_hci_test.py | 48 def enqueue_acl_data(self, handle, pb_flag, b_flag, data): argument
|
D | le_acl_manager_test.py | 71 def enqueue_acl_data(self, handle, pb_flag, b_flag, data): argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/ |
H A D | packet.h | 218 constexpr uint8_t pb_flag() const { in pb_flag() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth/ |
H A D | emboss_test.cc | 57 emboss::IsoDataPbFlag pb_flag, in InitializeIsoPacket()
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | hci_layer.cc | 214 auto pb_flag = static_cast<bluetooth::hci::IsoPacketBoundaryFlag>(handle_with_flags >> 12 & 0b11); in transmit_iso_fragment() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.cc | 1435 uint8_t pb_flag = (packet[1] & 0x30) >> 4; in LogTracePoint() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 3923 auto pb_flag = iso.GetPbFlag(); in HandleIso() local
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | hci.py | 6647 def __init__(self, connection_handle, pb_flag, bc_flag, data_total_length, data): argument
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 49045 …td::unique_ptr<IsoBuilder> Create(uint16_t connection_handle, IsoPacketBoundaryFlag pb_flag, TimeS… in Create() 49068 explicit IsoBuilder(uint16_t connection_handle, IsoPacketBoundaryFlag pb_flag, TimeStampFlag ts_fla… in Create() 49085 …r<IsoWithTimestampBuilder> Create(uint16_t connection_handle, IsoPacketBoundaryFlag pb_flag, uint3… in Create() 49107 explicit IsoWithTimestampBuilder(uint16_t connection_handle, IsoPacketBoundaryFlag pb_flag, uint32_… in Create() 49124 …soWithoutTimestampBuilder> Create(uint16_t connection_handle, IsoPacketBoundaryFlag pb_flag, uint1… in Create() 49146 explicit IsoWithoutTimestampBuilder(uint16_t connection_handle, IsoPacketBoundaryFlag pb_flag, uint… in Create()
|