Home
last modified time | relevance | path

Searched defs:bc_flag (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_hci/
H A Duart_transport_fuzzer.cc70 const uint8_t bc_flag = async_data_packet.bc_flag(); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
H A Dpacket.h223 constexpr uint8_t bc_flag() const { in bc_flag() function
/aosp_15_r20/external/python/bumble/bumble/
Dhci.py6647 def __init__(self, connection_handle, pb_flag, bc_flag, data_total_length, data): argument