Home
last modified time | relevance | path

Searched refs:async_data_packet (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_hci/
H A Duart_transport_fuzzer.cc55 const AsyncDataPacket& async_data_packet = packet.async_data_packet(); in LLVMFuzzerTestOneInput() local
58 async_data_packet.handle_and_fragmentation_bits(); in LLVMFuzzerTestOneInput()
64 const uint16_t handle = async_data_packet.handle(); in LLVMFuzzerTestOneInput()
67 const uint8_t pb_flag = async_data_packet.pb_flag(); in LLVMFuzzerTestOneInput()
70 const uint8_t bc_flag = async_data_packet.bc_flag(); in LLVMFuzzerTestOneInput()
73 stream.Write(async_data_packet.data()).IgnoreError(); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
H A Dpacket.h60 const AsyncDataPacket& async_data_packet() const { in async_data_packet() function
65 AsyncDataPacket& async_data_packet() { in async_data_packet() function