Home
last modified time | relevance | path

Searched refs:BTM_SEC_IN_USE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c81 p_dev_rec->sec_flags = BTM_SEC_IN_USE; in BTM_SecAddDevice()
267 BOOLEAN dev_free = !(p_sec_dev->sec_flags & BTM_SEC_IN_USE); in btm_find_sec_dev_in_list()
339 if (!(p_dev_old_rec->sec_flags & BTM_SEC_IN_USE) && in btm_sec_alloc_dev()
349 if (!(p_dev_new_rec->sec_flags & BTM_SEC_IN_USE)) { in btm_sec_alloc_dev()
385 p_dev_rec->sec_flags = BTM_SEC_IN_USE; in btm_sec_alloc_dev()
457 if(p_dev_rec->sec_flags == BTM_SEC_IN_USE) { in btm_sec_free_dev()
582 if (p_target_rec != p_dev_rec && p_dev_rec->sec_flags & BTM_SEC_IN_USE) { in btm_consolidate_dev()
658 if (((p_dev_rec->sec_flags & BTM_SEC_IN_USE) == 0) in btm_find_oldest_dev()
675 if ((p_dev_rec->sec_flags & BTM_SEC_IN_USE) == 0) { in btm_find_oldest_dev()
Dbtm_sec.c547 if (p_srec->security_flags & BTM_SEC_IN_USE) { in btm_sec_set_security_level()
677 p_srec->security_flags |= (UINT16)(BTM_SEC_IN_USE); in btm_sec_set_security_level()
678 p_srec->ucd_security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE); in btm_sec_set_security_level()
680 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE); in btm_sec_set_security_level()
694 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE); in btm_sec_set_security_level()
739 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm != BT_PSM_SDP) && in BTM_SecClrService()
779 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm == psm) ) { in btm_sec_clr_service_by_psm()
1947 if ((p_serv_rec->security_flags & BTM_SEC_IN_USE) in BTM_SetOutService()
3001 if ((p_dev_rec->sec_flags & BTM_SEC_IN_USE) in btm_sec_rmt_name_request_complete()
5523 if ( (p_serv_rec->security_flags & BTM_SEC_IN_USE) && (p_serv_rec->psm == psm) ) { in btm_sec_find_first_serv()
[all …]
Dbtm_ble_privacy.c874 (p_dev_rec->sec_flags & BTM_SEC_IN_USE) != 0 && in btm_ble_resolving_list_load_dev()
Dbtm_ble.c96 p_dev_rec->sec_flags = BTM_SEC_IN_USE; in BTM_SecAddBleDevice()
2954 …if (p_dev_rec && (p_dev_rec->sec_flags & BTM_SEC_IN_USE) && (p_dev_rec->ble.key_type != BTM_LE_KEY…
Dbtm_ble_gap.c1416 if ((p_dev_rec->sec_flags & BTM_SEC_IN_USE) != 0 && in btm_set_conn_mode_adv_init_addr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h613 #define BTM_SEC_IN_USE 0x80 macro