Home | History | Annotate | Download | only in src

Lines Matching full:bdstr

200     bdstr_t bdstr;
206 bd2str(bd_addr, &bdstr), fname);
249 bdstr_t bdstr = {0};
251 bd2str(remote_bd_addr, &bdstr);
252 BTIF_TRACE_DEBUG3("in, bd addr:%s, prop type:%d, len:%d", bdstr, prop->type, prop->len);
262 btif_config_set_int("Remote", bdstr,
273 btif_config_set_str("Remote", bdstr,
281 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
292 btif_config_set_int("Remote", bdstr,
296 btif_config_set_int("Remote", bdstr,
313 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value);
324 btif_config_set_int("Remote", bdstr,
326 btif_config_set_int("Remote", bdstr,
328 btif_config_set_int("Remote", bdstr,
341 bdstr_t bdstr = {0};
343 bd2str(remote_bd_addr, &bdstr);
344 BTIF_TRACE_DEBUG3("in, bd addr:%s, prop type:%d, len:%d", bdstr, prop->type, prop->len);
355 ret = btif_config_get_int("Remote", bdstr,
362 ret = btif_config_get_str("Remote", bdstr,
378 ret = btif_config_get_str("Remote", bdstr,
401 ret = btif_config_get_int("Remote", bdstr,
407 bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, (int*)prop->val);
413 if(btif_config_get_str("Remote", bdstr,
435 ret = btif_config_get_int("Remote", bdstr,
439 ret = btif_config_get_int("Remote", bdstr,
443 ret = btif_config_get_int("Remote", bdstr,
781 bdstr_t bdstr;
782 bd2str(remote_bd_addr, &bdstr);
783 int ret = btif_config_set_int("Remote", bdstr, "LinkKeyType", (int)key_type);
784 ret &= btif_config_set_int("Remote", bdstr, "PinLength", (int)pin_length);
785 ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_CFG_TYPE_BIN);
802 bdstr_t bdstr;
803 bd2str(remote_bd_addr, &bdstr);
804 BTIF_TRACE_DEBUG1("in bd addr:%s", bdstr);
805 int ret = btif_config_remove("Remote", bdstr, "LinkKeyType");
806 ret &= btif_config_remove("Remote", bdstr, "PinLength");
807 ret &= btif_config_remove("Remote", bdstr, "LinkKey");
958 bdstr_t bdstr;
959 bd2str(remote_bd_addr, &bdstr);
981 int ret = btif_config_set("Remote", bdstr, name, (const char*)key, (int)key_length, BTIF_CFG_TYPE_BIN);
1001 bdstr_t bdstr;
1002 bd2str(remote_bd_addr, &bdstr);
1025 int ret = btif_config_get("Remote", bdstr, name, key_value, &key_length, &type);
1042 bdstr_t bdstr;
1043 bd2str(remote_bd_addr, &bdstr);
1044 BTIF_TRACE_DEBUG2(" %s in bd addr:%s",__FUNCTION__, bdstr);
1046 if(btif_config_exist("Remote", bdstr, "LE_KEY_PENC"))
1047 ret &= btif_config_remove("Remote", bdstr, "LE_KEY_PENC");
1048 if(btif_config_exist("Remote", bdstr, "LE_KEY_PID"))
1049 ret &= btif_config_remove("Remote", bdstr, "LE_KEY_PID");
1050 if(btif_config_exist("Remote", bdstr, "LE_KEY_PCSRK"))
1051 ret &= btif_config_remove("Remote", bdstr, "LE_KEY_PCSRK");
1052 if(btif_config_exist("Remote", bdstr, "LE_KEY_LENC"))
1053 ret &= btif_config_remove("Remote", bdstr, "LE_KEY_LENC");
1054 if(btif_config_exist("Remote", bdstr, "LE_KEY_LCSRK"))
1055 ret &= btif_config_remove("Remote", bdstr, "LE_KEY_LCSRK");
1320 bdstr_t bdstr;
1321 bd2str(remote_bd_addr, &bdstr);
1322 int ret = btif_config_set_int("Remote", bdstr, "AddrType", (int)addr_type);
1340 bdstr_t bdstr;
1341 bd2str(remote_bd_addr, &bdstr);
1342 int ret = btif_config_get_int("Remote", bdstr, "AddrType", addr_type);
1363 bdstr_t bdstr;
1365 bd2str(remote_bd_addr, &bdstr);
1366 btif_config_set_int("Remote", bdstr, "HidAttrMask", attr_mask);
1367 btif_config_set_int("Remote", bdstr, "HidSubClass", sub_class);
1368 btif_config_set_int("Remote", bdstr, "HidAppId", app_id);
1369 btif_config_set_int("Remote", bdstr, "HidVendorId", vendor_id);
1370 btif_config_set_int("Remote", bdstr, "HidProductId", product_id);
1371 btif_config_set_int("Remote", bdstr, "HidVersion", version);
1372 btif_config_set_int("Remote", bdstr, "HidCountryCode", ctry_code);
1374 btif_config_set("Remote", bdstr, "HidDescriptor", (const char*)dsc_list, dl_len,
1469 bdstr_t bdstr;
1470 bd2str(remote_bd_addr, &bdstr);
1472 btif_config_remove("Remote", bdstr, "HidAttrMask");
1473 btif_config_remove("Remote", bdstr, "HidSubClass");
1474 btif_config_remove("Remote", bdstr, "HidAppId");
1475 btif_config_remove("Remote", bdstr, "HidVendorId");
1476 btif_config_remove("Remote", bdstr, "HidProductId");
1477 btif_config_remove("Remote", bdstr, "HidVersion");
1478 btif_config_remove("Remote", bdstr, "HidCountryCode");
1479 btif_config_remove("Remote", bdstr, "HidDescriptor");
1616 bdstr_t bdstr;
1622 bd2str(remote_bd_addr, &bdstr);
1625 bdstr[8] = '\0';
1630 if (strcasestr(value,bdstr) != NULL)
1662 if (strstr(value,bdstr) != NULL)
1681 bdstr_t bdstr;
1685 bd2str(remote_bd_addr, &bdstr);
1686 strncpy(input_value, (char*)bdstr, 20);
1720 bdstr_t bdstr;
1725 bd2str(remote_bd_addr, &bdstr);
1728 bdstr[8] = '\0';
1734 if (strcasestr(linebuf,bdstr) != NULL)