Home
last modified time | relevance | path

Searched defs:cig_sync_delay (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/iso/
H A Diso_common.h69 uint32_t cig_sync_delay; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h113 uint32_t cig_sync_delay; member
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs120 cig_sync_delay: microseconds, field
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhelpers.cc2880 zx::duration cig_sync_delay = zx::usec(params_in.cig_sync_delay); in CisEstablishedParametersToFidl() local
H A Dhelpers_test.cc2633 zx::duration cig_sync_delay(params_out.cig_sync_delay()); in ValidateCisEstablishedConversion() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h47655 …hedBuilder> Create(ErrorCode status, uint16_t connection_handle, uint32_t cig_sync_delay, uint32_t… in Create()
47679 …EstablishedBuilder(ErrorCode status, uint16_t connection_handle, uint32_t cig_sync_delay, uint32_t… in Create()
47681 void CheckParameterValues(uint16_t connection_handle, uint32_t cig_sync_delay, uint32_t cis_sync_de… in Create()