Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c899 btm_sec_change_pairing_state (BTM_PAIR_STATE_WAIT_AUTH_COMPLETE); in BTM_PINCodeReply()
957 btm_sec_change_pairing_state (BTM_PAIR_STATE_WAIT_AUTH_COMPLETE); in BTM_PINCodeReply()
1567 btm_sec_change_pairing_state (BTM_PAIR_STATE_WAIT_AUTH_COMPLETE); in BTM_ConfirmReqReply()
1617 if ( (btm_cb.pairing_state == BTM_PAIR_STATE_WAIT_AUTH_COMPLETE) && (res != BTM_SUCCESS) ) in BTM_PasskeyReqReply()
1640 btm_sec_change_pairing_state (BTM_PAIR_STATE_WAIT_AUTH_COMPLETE); in BTM_PasskeyReqReply()
1755 btm_sec_change_pairing_state (BTM_PAIR_STATE_WAIT_AUTH_COMPLETE); in BTM_RemoteOobDataReply()
3470 btm_sec_change_pairing_state (BTM_PAIR_STATE_WAIT_AUTH_COMPLETE); in btm_proc_sp_req_evt()
4788 case BTM_PAIR_STATE_WAIT_AUTH_COMPLETE: in btm_sec_pairing_timeout()
4835 (btm_cb.pairing_state == BTM_PAIR_STATE_WAIT_AUTH_COMPLETE) ) in btm_sec_pin_code_request()
4865 btm_sec_change_pairing_state (BTM_PAIR_STATE_WAIT_AUTH_COMPLETE); in btm_sec_pin_code_request()
[all …]
Dbtm_int.h696 BTM_PAIR_STATE_WAIT_AUTH_COMPLETE, /* All done, waiting authentication cpmplete */ enumerator