Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_hci/
H A Dpacket.cc71 const uint16_t data_total_length = in Decode() local
99 const uint8_t data_total_length = in Decode() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h104 uint16_t data_total_length; member
115 uint16_t data_total_length; member
126 uint8_t data_total_length; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc384 const size_t data_total_length = in IsoDataPacket() local
/aosp_15_r20/external/python/bumble/bumble/
Dhci.py6647 def __init__(self, connection_handle, pb_flag, bc_flag, data_total_length, data): argument