Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c1110 btm_sec_change_pairing_state (BTM_PAIR_STATE_GET_REM_NAME); in btm_sec_bond_by_transport()
1265 if (btm_cb.pairing_state == BTM_PAIR_STATE_GET_REM_NAME) { in BTM_SecBondCancel()
2708 (btm_cb.pairing_state == BTM_PAIR_STATE_GET_REM_NAME && in btm_sec_bond_cancel_complete()
3090 if ( btm_cb.pairing_state == BTM_PAIR_STATE_GET_REM_NAME) { in btm_sec_rmt_name_request_complete()
4324 btm_sec_change_pairing_state (BTM_PAIR_STATE_GET_REM_NAME); in btm_sec_connected()
4361 btm_sec_change_pairing_state (BTM_PAIR_STATE_GET_REM_NAME); in btm_sec_connected()
4975 case BTM_PAIR_STATE_GET_REM_NAME: in btm_sec_pairing_timeout()
5782 case BTM_PAIR_STATE_GET_REM_NAME: return ("GET_REM_NAME"); in btm_pair_state_descr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h777 BTM_PAIR_STATE_GET_REM_NAME, /* Getting the remote name (to check for SM4) */ enumerator