Home
last modified time | relevance | path

Searched refs:BTA_AV_SECURITY_MAX_LEN (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c418 sec_len = (p_data->security_ind.len < BTA_AV_SECURITY_MAX_LEN) ? in bta_av_proc_stream_evt()
419 p_data->security_ind.len : BTA_AV_SECURITY_MAX_LEN; in bta_av_proc_stream_evt()
421 sec_len = (p_data->security_cfm.len < BTA_AV_SECURITY_MAX_LEN) ? in bta_av_proc_stream_evt()
422 p_data->security_cfm.len : BTA_AV_SECURITY_MAX_LEN; in bta_av_proc_stream_evt()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h140 #define BTA_AV_SECURITY_MAX_LEN 400 macro