Home
last modified time | relevance | path

Searched refs:bt_has_preset_func_t (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dhas.h446 typedef uint8_t (*bt_has_preset_func_t)(uint8_t index, enum bt_has_properties properties, typedef
458 void bt_has_preset_foreach(uint8_t index, bt_has_preset_func_t func, void *user_data);
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c1623 bt_has_preset_func_t func;
1634 void bt_has_preset_foreach(uint8_t index, bt_has_preset_func_t func, void *user_data) in bt_has_preset_foreach()