Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dhas_internal.h79 struct bt_has_cp_read_preset_rsp { struct
Dhas.c826 static int bt_has_cp_read_preset_rsp(struct has_client *client, const struct has_preset *preset, in bt_has_cp_read_preset_rsp() function
830 struct bt_has_cp_read_preset_rsp *rsp; in bt_has_cp_read_preset_rsp()
994 return bt_has_cp_read_preset_rsp(client, NULL, BT_HAS_IS_LAST); in read_preset_response()
1005 err = bt_has_cp_read_preset_rsp(client, preset, is_last); in read_preset_response()
Dhas_client.c68 const struct bt_has_cp_read_preset_rsp *pdu; in handle_read_preset_rsp()