Searched refs:preset_switch (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | has.h | 162 void (*preset_switch)(struct bt_has *has, int err, uint8_t index); member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_client.c | 251 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/ |
D | has_client.c | 69 .preset_switch = has_client_preset_switch_cb,
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_hap.c | 118 .preset_switch = has_client_preset_switch_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | has_client_test.c | 119 .preset_switch = preset_switch_cb,
|