Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap.c4059 static const uint8_t ad_ext_uuid16[] = { in connectable_ad_data_add() local
4108 if (ARRAY_SIZE(ad_ext_uuid16) > 0) { in connectable_ad_data_add()
4124 uuid16_size = ARRAY_SIZE(ad_ext_uuid16) - BT_UUID_SIZE_16; in connectable_ad_data_add()
4126 uuid16_size = ARRAY_SIZE(ad_ext_uuid16); in connectable_ad_data_add()
4132 data_array[ad_len].data = &ad_ext_uuid16[0]; in connectable_ad_data_add()
4142 static const uint8_t ad_ext_uuid16[] = { in nonconnectable_ad_data_add() local
4184 if (ARRAY_SIZE(ad_ext_uuid16) > 0) { in nonconnectable_ad_data_add()
4191 data_array[ad_len].data_len = ARRAY_SIZE(ad_ext_uuid16); in nonconnectable_ad_data_add()
4192 data_array[ad_len].data = &ad_ext_uuid16[0]; in nonconnectable_ad_data_add()