Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c290 static uint16_t supported_context_get(enum bt_audio_dir dir) in supported_context_get() function
319 .snk = sys_cpu_to_le16(supported_context_get(BT_AUDIO_DIR_SINK)), in supported_context_read()
320 .src = sys_cpu_to_le16(supported_context_get(BT_AUDIO_DIR_SOURCE)), in supported_context_read()
1011 .snk = sys_cpu_to_le16(supported_context_get(BT_AUDIO_DIR_SINK)), in supported_contexts_notify()
1012 .src = sys_cpu_to_le16(supported_context_get(BT_AUDIO_DIR_SOURCE)), in supported_contexts_notify()
1433 supported_context_get(dir)); in bt_pacs_set_available_contexts()
1439 supported_context_get(dir)); in bt_pacs_set_available_contexts()