Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas.c202 uint8_t last_preset_index_known; member
890 uint8_t last_preset_index_known; member
929 context->last_preset_index_known = store.last_preset_index_known; in settings_set_cb()
931 context->last_preset_index_known = 0x00; in settings_set_cb()
945 .last_preset_index_known = context->last_preset_index_known, in store_client_context()
950 bt_addr_le_str(&context->addr), store.last_preset_index_known); in store_client_context()
964 client->context->last_preset_index_known != index) { in update_last_preset_index_known()
965 client->context->last_preset_index_known = index; in update_last_preset_index_known()
975 client->context->last_preset_index_known != index) { in update_last_preset_index_known()
976 client->context->last_preset_index_known = index; in update_last_preset_index_known()
[all …]