Home | History | Annotate | Download | only in btm

Lines Matching defs:bd_name

1183             if (strlen(btm_cb.cfg.bd_name) > (UINT16)(len - MIN_ADV_LENGTH))
1187 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, len - MIN_ADV_LENGTH);
1191 cp_len = (UINT16)strlen(btm_cb.cfg.bd_name);
1194 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len);
1758 BD_NAME bd_name;
1760 memset(bd_name, 0, (BD_NAME_LEN + 1));
1765 memcpy((UINT8*)bd_name, p_name, length);
1772 btm_process_remote_name(bda, bd_name, length +1, hci_status);