Home
last modified time | relevance | path

Searched defs:data_total_length (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_hci/
Dpacket.cc71 const uint16_t data_total_length = in Decode() local
99 const uint8_t data_total_length = in Decode() local
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h99 uint16_t data_total_length; member
110 uint8_t data_total_length; member
/external/pigweed/pw_bluetooth_sapphire/host/iso/
Diso_stream.cc426 size_t data_total_length = packet_view.header().data_total_length().Read(); in ReceiveInboundPacket() local
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc406 size_t data_total_length = time_stamp_size + sdu_hdr_size + sdu_data.size(); in IsoDataPacket() local
/external/python/bumble/bumble/
Dhci.py6647 def __init__(self, connection_handle, pb_flag, bc_flag, data_total_length, data): argument