Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c548 #if BTM_SEC_SERVICE_NAME_LEN > 0 in btm_sec_set_security_level()
553 BTM_SEC_SERVICE_NAME_LEN) || in btm_sec_set_security_level()
555 BTM_SEC_SERVICE_NAME_LEN))) in btm_sec_set_security_level()
592 #if BTM_SEC_SERVICE_NAME_LEN > 0 in btm_sec_set_security_level()
593 BCM_STRNCPY_S ((char *)p_srec->orig_service_name, p_name, BTM_SEC_SERVICE_NAME_LEN); in btm_sec_set_security_level()
594 p_srec->orig_service_name[BTM_SEC_SERVICE_NAME_LEN] = '\0'; in btm_sec_set_security_level()
638 #if BTM_SEC_SERVICE_NAME_LEN > 0 in btm_sec_set_security_level()
639 BCM_STRNCPY_S ((char *)p_srec->term_service_name, p_name, BTM_SEC_SERVICE_NAME_LEN); in btm_sec_set_security_level()
640 p_srec->term_service_name[BTM_SEC_SERVICE_NAME_LEN] = '\0'; in btm_sec_set_security_level()
689 #if BTM_SEC_SERVICE_NAME_LEN > 0 in btm_sec_set_security_level()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h516 #if BTM_SEC_SERVICE_NAME_LEN > 0
517 UINT8 orig_service_name[BTM_SEC_SERVICE_NAME_LEN + 1];
518 UINT8 term_service_name[BTM_SEC_SERVICE_NAME_LEN + 1];
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h944 #ifndef BTM_SEC_SERVICE_NAME_LEN
945 #define BTM_SEC_SERVICE_NAME_LEN BT_MAX_SERVICE_NAME_LEN macro