Home | History | Annotate | Download | only in src

Lines Matching refs:bdname

333     bt_bdname_t bdname;
340 sizeof(bt_bdname_t), &bdname);
346 strcpy((char *)p_remote_name, (char *)bdname.name);
1186 bt_bdname_t bdname;
1202 bdname.name[0] = 0;
1211 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len))
1212 check_cached_remote_name(p_search_data, bdname.name, &remote_name_len);
1236 /* Don't send BDNAME if it is empty */
1237 if (bdname.name[0])
1241 strlen((char *)bdname.name), &bdname);
1528 BD_NAME bdname;
1533 prop.val = (void*)bdname;