Home | History | Annotate | Download | only in src

Lines Matching refs:bdstr

423         bdstr_t bdstr;
436 bd2str(local_addr, &bdstr);
439 (char*)bdstr, PERSIST_BDADDR_PROPERTY);
441 if (property_set(PERSIST_BDADDR_PROPERTY, (char*)bdstr) < 0)
446 bdstr_t bdstr;
447 bd2str(local_addr, &bdstr);
451 if (strcmp(bdstr, val) ==0)
457 btif_config_set_str("Local", "Adapter", "Address", bdstr);
561 bdstr_t bdstr;
565 bd2str(&bd_addr, &bdstr));