Home
last modified time | relevance | path

Searched defs:bt_has_cp_read_preset_rsp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dhas_internal.h79 struct bt_has_cp_read_preset_rsp { struct
80 uint8_t is_last;
81 uint8_t index;
82 uint8_t properties;
83 uint8_t name[0];
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