Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c724 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in BTM_SwitchRole()
785 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_acl_encrypt_change()
812 if (p_dev_rec->rs_disc_pending == BTM_SEC_DISC_PENDING) { in btm_acl_encrypt_change()
817 (UINT32)p_dev_rec, p_dev_rec->rs_disc_pending); in btm_acl_encrypt_change()
818 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_acl_encrypt_change()
1533 if (p_dev_rec->rs_disc_pending == BTM_SEC_DISC_PENDING) { in btm_acl_role_changed()
1538 (UINT32)p_dev_rec, p_dev_rec->rs_disc_pending); in btm_acl_role_changed()
1539 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_acl_role_changed()
2302 if (p_dev_rec && (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING)) { in btm_remove_acl()
2303 p_dev_rec->rs_disc_pending = BTM_SEC_DISC_PENDING; in btm_remove_acl()
[all …]
Dbtm_sec.c1482 if (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING && p_dev_rec->hci_handle == conn_handle) { in btm_sec_send_hci_disconnect()
1484 p_dev_rec->rs_disc_pending = BTM_SEC_DISC_PENDING; in btm_sec_send_hci_disconnect()
4318 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_sec_connected()
4335 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_sec_connected()
4338 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_sec_connected()
4600 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_sec_disconnected()
4603 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_sec_disconnected()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h687 UINT8 rs_disc_pending; member