Home | History | Annotate | Download | only in btm

Lines Matching refs:BD_NAME_LEN

2021     memset(bd_name, 0, (BD_NAME_LEN + 1));
2022 if (length > BD_NAME_LEN)
2024 length = BD_NAME_LEN;