Searched refs:preset_read_rsp (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | has.h | 176 void (*preset_read_rsp)(struct bt_has *has, int err, member
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | has_client.c | 70 .preset_read_rsp = has_client_preset_read_rsp_cb,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_client.c | 99 client_cb->preset_read_rsp(&inst->has, 0, &record, !!pdu->is_last); in handle_read_preset_rsp() 292 client_cb->preset_read_rsp(&inst->has, err, NULL, true); in read_presets_req_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | has_client_test.c | 120 .preset_read_rsp = preset_read_rsp_cb,
|