Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c117 uint8_t announcement_type; in check_audio_support_and_connect() local
146 min_size = sizeof(announcement_type) + sizeof(audio_contexts) + sizeof(meta_len); in check_audio_support_and_connect()
152 announcement_type = net_buf_simple_pull_u8(&ascs_svc_data); in check_audio_support_and_connect()
163 announcement_type, audio_contexts, meta_len); in check_audio_support_and_connect()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c388 uint8_t announcement_type; in parse_ascs_ad_data() local
392 const size_t min_data_len = BT_UUID_SIZE_16 + sizeof(announcement_type) + in parse_ascs_ad_data()
416 announcement_type = net_buf_simple_pull_u8(&net_buf); in parse_ascs_ad_data()
421 announcement_type, available_sink_context, available_source_context); in parse_ascs_ad_data()