Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dhas.h162 void (*preset_switch)(struct bt_has *has, int err, uint8_t index); member
/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c251 if (client_cb->preset_switch && in discover_complete()
253 client_cb->preset_switch(&inst->has, 0, inst->has.active_index); in discover_complete()
325 client_cb->preset_switch(&inst->has, err, inst->has.active_index); in set_active_preset_cb()
410 if (client_cb && client_cb->preset_switch && inst->has.active_index != prev) { in active_preset_notify_cb()
411 client_cb->preset_switch(&inst->has, 0, inst->has.active_index); in active_preset_notify_cb()
638 if (!client_cb->preset_switch) { in features_read_cb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dhas_client.c69 .preset_switch = has_client_preset_switch_cb,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_hap.c118 .preset_switch = has_client_preset_switch_cb,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c119 .preset_switch = preset_switch_cb,