Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_hap.h18 #define BTP_HAP_HA_OPT_PRESETS_DYNAMIC 0x04 macro
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_hap.c47 const bool presets_dynamic = (opts & BTP_HAP_HA_OPT_PRESETS_DYNAMIC) > 0; in ha_init()