Home
last modified time | relevance | path

Searched defs:pb_flag (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py41 def send(self, pb_flag, b_flag, data: bytes): argument
68 def send(self, pb_flag, b_flag, data: bytes): argument
Dpy_hal.py38 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 Duart_transport_fuzzer.cc67 const uint8_t pb_flag = async_data_packet.pb_flag(); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py48 def enqueue_acl_data(self, handle, pb_flag, b_flag, data): argument
Dle_acl_manager_test.py71 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 Dpacket.h218 constexpr uint8_t pb_flag() const { in pb_flag() function
/aosp_15_r20/external/pigweed/pw_bluetooth/
H A Demboss_test.cc57 emboss::IsoDataPbFlag pb_flag, in InitializeIsoPacket()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc214 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/
Dsnoop_logger.cc1435 uint8_t pb_flag = (packet[1] & 0x30) >> 4; in LogTracePoint() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc3923 auto pb_flag = iso.GetPbFlag(); in HandleIso() local
/aosp_15_r20/external/python/bumble/bumble/
Dhci.py6647 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/
Dhci_packets.h49045 …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()