Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c667 struct bt_bap_scan_delegator_recv_state backup_state; in scan_delegator_mod_src() local
784 (void)memcpy(&backup_state, state, sizeof(backup_state)); in scan_delegator_mod_src()
832 (void)memcpy(state, &backup_state, in scan_delegator_mod_src()
833 sizeof(backup_state)); in scan_delegator_mod_src()