Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c749 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in BTM_SwitchRole()
979 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_acl_encrypt_change()
3228 if (p_dev_rec && (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING)) in btm_remove_acl()
3322 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_cont_rswitch_or_chglinkkey()
Dbtm_int.h615 #define BTM_SEC_RS_PENDING 1 /* Role Switch in progress */ macro
Dbtm_sec.c1660 if (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING && in btm_sec_send_hci_disconnect()