Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c748 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in BTM_SwitchRole()
809 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_acl_encrypt_change()
2390 if (p_dev_rec && (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING)) { in btm_remove_acl()
2470 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_cont_rswitch()
Dbtm_sec.c1483 if (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING && p_dev_rec->hci_handle == conn_handle) { in btm_sec_send_hci_disconnect()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h698 #define BTM_SEC_RS_PENDING 1 /* Role Switch in progress */ macro