Home | History | Annotate | Download | only in src

Lines Matching refs:bdname

354     bt_bdname_t bdname;
361 sizeof(bt_bdname_t), &bdname);
367 strcpy((char *)p_remote_name, (char *)bdname.name);
1278 bt_bdname_t bdname;
1293 bdname.name[0] = 0;
1302 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len))
1303 check_cached_remote_name(p_search_data, bdname.name, &remote_name_len);
1327 /* Don't send BDNAME if it is empty */
1328 if (bdname.name[0])
1332 strlen((char *)bdname.name), &bdname);
1636 BD_NAME bdname;
1641 prop.val = (void*)bdname;