Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c72 static void btm_sec_change_pairing_state (tBTM_PAIRING_STATE new_state);
5728 static void btm_sec_change_pairing_state (tBTM_PAIRING_STATE new_state) in btm_sec_change_pairing_state() argument
5734 btm_pair_state_descr(new_state), btm_cb.pairing_flags); in btm_sec_change_pairing_state()
5737 btm_cb.pairing_state = new_state; in btm_sec_change_pairing_state()
5739 if (new_state == BTM_PAIR_STATE_IDLE) { in btm_sec_change_pairing_state()