Home | History | Annotate | Download | only in src

Lines Matching full:bdname

340     bt_bdname_t bdname;
347 sizeof(bt_bdname_t), &bdname);
353 strcpy((char *)p_remote_name, (char *)bdname.name);
1228 bt_bdname_t bdname;
1244 bdname.name[0] = 0;
1253 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len))
1254 check_cached_remote_name(p_search_data, bdname.name, &remote_name_len);
1278 /* Don't send BDNAME if it is empty */
1279 if (bdname.name[0])
1283 strlen((char *)bdname.name), &bdname);
1570 BD_NAME bdname;
1575 prop.val = (void*)bdname;