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.c697 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in BTM_SwitchRole()
768 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_acl_encrypt_change()
2367 if (p_dev_rec && (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING)) in btm_remove_acl()
2453 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_cont_rswitch()
Dbtm_int.h611 #define BTM_SEC_RS_PENDING 1 /* Role Switch in progress */ macro
Dbtm_sec.c1496 if (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING && p_dev_rec->hci_handle == conn_handle) in btm_sec_send_hci_disconnect()