Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.c693 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in BTM_SwitchRole()
764 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_acl_encrypt_change()
2282 if (p_dev_rec && (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING)) in btm_remove_acl()
2368 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_cont_rswitch()
Dbtm_int.h608 #define BTM_SEC_RS_PENDING 1 /* Role Switch in progress */ macro
Dbtm_sec.c1510 if (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING && p_dev_rec->hci_handle == conn_handle) in btm_sec_send_hci_disconnect()