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

  /system/bt/btif/src/
btif_storage.c 168 static bt_status_t btif_in_fetch_bonded_device(const char *bdstr);
176 bdstr_t bdstr = {0}; local
178 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
179 BTIF_TRACE_DEBUG("in, bd addr:%s, prop type:%d, len:%d", bdstr, prop->type, prop->len);
189 btif_config_set_int(bdstr,
196 btif_config_set_str(bdstr,
204 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
215 btif_config_set_int(bdstr,
219 btif_config_set_int(bdstr,
269 bdstr_t bdstr = {0}; local
782 bdstr_t bdstr; local
811 bdstr_t bdstr; local
981 bdstr_t bdstr; local
1027 bdstr_t bdstr; local
1070 bdstr_t bdstr; local
1246 bdstr_t bdstr; local
1265 bdstr_t bdstr; local
1289 bdstr_t bdstr; local
1406 bdstr_t bdstr; local
1475 bdstr_t bdstr; local
    [all...]
btif_mce.c 137 bdstr_t bdstr; local
139 BTIF_TRACE_EVENT("%s: remote_addr=%s", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)));
btif_core.c 386 bdstr_t bdstr; local
397 bdaddr_to_string(local_addr, bdstr, sizeof(bdstr));
400 (char*)bdstr, PERSIST_BDADDR_PROPERTY);
402 if (osi_property_set(PERSIST_BDADDR_PROPERTY, (char*)bdstr) < 0)
407 bdstr_t bdstr; local
408 bdaddr_to_string(local_addr, bdstr, sizeof(bdstr));
412 if (strcmp(bdstr, val) ==0)
418 btif_config_set_str("Adapter", "Address", bdstr);
470 bdstr_t bdstr; local
    [all...]
btif_dm.c 474 bdstr_t bdstr; local
475 bdaddr_to_string(remote_bdaddr, bdstr, sizeof(bdstr));
476 if(btif_config_exist(bdstr, "HidAppId"))
576 bdstr_t bdstr; local
581 LOG_DEBUG(LOG_TAG, "remote version info [%s]: %x, %x, %x", bdaddr_to_string(p_bd, bdstr, sizeof(bdstr)),
709 bdstr_t bdstr; local
710 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr));
1332 bdstr_t bdstr; local
2355 bdstr_t bdstr; local
2382 bdstr_t bdstr; local
2399 bdstr_t bdstr; local
2490 bdstr_t bdstr; local
2655 bdstr_t bdstr; local
2703 bdstr_t bdstr; local
    [all...]
btif_hf_client.c 739 bdstr_t bdstr; local
769 __FUNCTION__, p_data->open.status, btif_hf_client_cb.state, bdaddr_to_string(&btif_hf_client_cb.connected_bda, bdstr, sizeof(bdstr)));
    [all...]
btif_hf.c 391 bdstr_t bdstr; local
431 bdaddr_to_string(&btif_hf_cb[idx].connected_bda, bdstr, sizeof(bdstr)));
    [all...]
  /system/bt/btif/co/
bta_hh_co.c 523 bdstr_t bdstr; local
524 sprintf(bdstr, "%02x:%02x:%02x:%02x:%02x:%02x",
528 size_t len = btif_config_get_bin_length(bdstr, "HidReport");
531 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len);
538 btif_config_set_bin(bdstr, "HidReport", (const uint8_t *)sReportCache,
540 BTIF_TRACE_DEBUG("%s() - Saving report; dev=%s, idx=%d", __FUNCTION__, bdstr, idx);
565 bdstr_t bdstr; local
566 sprintf(bdstr, "%02x:%02x:%02x:%02x:%02x:%02x",
570 size_t len = btif_config_get_bin_length(bdstr, "HidReport");
576 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len)
599 bdstr_t bdstr; local
    [all...]
bta_pan_co.c 189 bdstr_t bdstr; local
195 bdaddr_to_string((bt_bdaddr_t *)conn->peer, bdstr, sizeof(bdstr)));
196 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr));
198 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr)));
  /system/bt/device/src/
interop.c 47 char bdstr[20] = {0}; local
49 __func__, bdaddr_to_string(addr, bdstr, sizeof(bdstr)),
  /system/bt/bta/gatt/
bta_gattc_utils.c 562 bdstr_t bdstr = {0}; local
564 bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr)));

Completed in 344 milliseconds