Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/
H A Diso_common_test.cc21 TEST(IsoCommonTest, CigCisIdentifier) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/iso/
H A Diso_common.h104 CigCisIdentifier(hci_spec::CigIdentifier cig_id, in CigCisIdentifier() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dfake_adapter.cc97 auto accept_cis_cb = [](iso::CigCisIdentifier, iso::CisEstablishedCallback) { in Connect()