Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dsecurity_device_record.h125 BTM_SEC_IN_USE = 0x0080, // UNUSED - only set enumerator
Dbtm_dev.cc495 p_dev_rec->sec_flags = BTM_SEC_IN_USE; in btm_sec_allocate_dev_rec()
Dbtm_sec.cc428 if (p_srec->security_flags & BTM_SEC_IN_USE) { in BTM_SetSecurityLevel()
518 p_srec->security_flags |= (uint16_t)(sec_level | BTM_SEC_IN_USE); in BTM_SetSecurityLevel()
554 if ((p_srec->security_flags & BTM_SEC_IN_USE) && in BTM_SecClrService()
589 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm == psm)) { in BTM_SecClrServiceByPsm()
4420 if ((p_serv_rec->security_flags & BTM_SEC_IN_USE) && in btm_sec_find_first_serv()