HomeSort by relevance Sort by last modified time
    Searched refs:bdstr (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/src/
btif_storage.cc 177 static bt_status_t btif_in_fetch_bonded_device(const std::string& bdstr);
179 static bool btif_has_ble_keys(const std::string& bdstr);
186 std::string bdstr; local
188 bdstr = remote_bd_addr->ToString();
191 BTIF_TRACE_DEBUG("in, bd addr:%s, prop type:%d, len:%d", bdstr.c_str(),
201 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTIME,
211 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, value);
219 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
230 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVCLASS,
234 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE
275 std::string bdstr; local
747 std::string bdstr = remote_bd_addr->ToString(); local
775 std::string bdstr = remote_bd_addr->ToString(); local
1028 std::string bdstr = remote_bd_addr->ToString(); local
1237 std::string bdstr = remote_bd_addr->ToString(); local
1342 std::string bdstr = remote_bd_addr->ToString(); local
    [all...]
btif_core.cc 413 std::string bdstr = local_bd_addr.ToString(); local
418 strcmp(bdstr.c_str(), val) == 0) {
421 btif_config_set_str("Adapter", "Address", bdstr.c_str());
    [all...]
btif_dm.cc 659 const char* bdstr = addrstr.c_str(); local
661 if (!btif_config_get_int(bdstr, "DevType", &device_type)) {
662 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE);
676 if ((btif_config_get_int(bdstr, "DevType", &device_type) &&
    [all...]
  /system/bt/btif/co/
bta_hh_co.cc 525 const char* bdstr = addrstr.c_str(); local
527 size_t len = btif_config_get_bin_length(bdstr, "HidReport");
529 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len);
535 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache,
537 BTIF_TRACE_DEBUG("%s() - Saving report; dev=%s, idx=%d", __func__, bdstr,
562 const char* bdstr = addrstr.c_str(); local
564 size_t len = btif_config_get_bin_length(bdstr, "HidReport");
568 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len);
572 bdstr);
591 const char* bdstr = addrstr.c_str() local
    [all...]

Completed in 728 milliseconds