Home | History | Annotate | Download | only in btm

Lines Matching refs:BD_NAME

1400             if (strlen(btm_cb.cfg.bd_name) > (UINT16)(len - MIN_ADV_LENGTH))
1404 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, len - MIN_ADV_LENGTH);
1408 cp_len = (UINT16)strlen(btm_cb.cfg.bd_name);
1411 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len);
2039 BD_NAME bd_name;
2041 memset(bd_name, 0, (BD_NAME_LEN + 1));
2046 memcpy((UINT8*)bd_name, p_name, length);
2053 btm_process_remote_name(bda, bd_name, length +1, hci_status);