Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dhas.h414 typedef uint8_t (*bt_has_preset_func_t)(uint8_t index, enum bt_has_properties properties, typedef
426 void bt_has_preset_foreach(uint8_t index, bt_has_preset_func_t func, void *user_data);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dhas.c1184 bt_has_preset_func_t func;
1195 void bt_has_preset_foreach(uint8_t index, bt_has_preset_func_t func, void *user_data) in bt_has_preset_foreach()