Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvocs.c116 notify(inst, NOTIFY_LOCATION, BT_UUID_VOCS_LOCATION, &inst->location, in notify_work_handler()
324 BT_AUDIO_CHRC(BT_UUID_VOCS_LOCATION, \
444 if (param->location_writable && !bt_uuid_cmp(attr->uuid, BT_UUID_VOCS_LOCATION)) { in bt_vocs_register()
Dvocs_client.c390 } else if (!bt_uuid_cmp(chrc->uuid, BT_UUID_VOCS_LOCATION)) { in vocs_discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4100 #define BT_UUID_VOCS_LOCATION \ macro