/external/bluetooth/bluedroid/btif/src/ |
btif_storage.c | 220 bdstr_t bdstr = {0}; local 222 bd2str(remote_bd_addr, &bdstr); 223 BTIF_TRACE_DEBUG("in, bd addr:%s, prop type:%d, len:%d", bdstr, prop->type, prop->len); 233 btif_config_set_int("Remote", bdstr, 244 btif_config_set_str("Remote", bdstr, 254 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value); 267 btif_config_set_int("Remote", bdstr, 271 btif_config_set_int("Remote", bdstr, 288 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value); 299 btif_config_set_int("Remote", bdstr, 316 bdstr_t bdstr = {0}; local 785 bdstr_t bdstr; local 807 bdstr_t bdstr; local 968 bdstr_t bdstr; local 1011 bdstr_t bdstr; local 1052 bdstr_t bdstr; local 1346 bdstr_t bdstr; local 1366 bdstr_t bdstr; local 1390 bdstr_t bdstr; local 1517 bdstr_t bdstr; local 1641 bdstr_t bdstr; local 1706 bdstr_t bdstr; local 1746 bdstr_t bdstr; local 1782 bdstr_t bdstr = {0}; local 1811 bdstr_t bdstr = {0}; local [all...] |
btif_mce.c | 134 bdstr_t bdstr; local 136 BTIF_TRACE_EVENT("%s: remote_addr=%s", __FUNCTION__, bd2str(bd_addr, &bdstr));
|
btif_core.c | 423 bdstr_t bdstr; local 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; local 447 bd2str(local_addr, &bdstr); 451 if (strcmp(bdstr, val) ==0) 457 btif_config_set_str("Local", "Adapter", "Address", bdstr); 561 bdstr_t bdstr; local 565 bd2str(&bd_addr, &bdstr)); [all...] |
btif_dm.c | 411 bdstr_t bdstr; local 412 bd2str(remote_bdaddr, &bdstr); 413 if(btif_config_exist("Remote", bdstr, "HidAppId")) 510 bdstr_t bdstr; local 515 ALOGD("remote version info [%s]: %x, %x, %x", bd2str(p_bd, &bdstr), 637 bdstr_t bdstr; local 638 bd2str(bd_addr, &bdstr); 641 if (!btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type)) 643 btif_config_set_int("Remote", bdstr, "DevType", BT_DEVICE_TYPE_BLE); 650 if((btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type) & 690 bdstr_t bdstr; local 1233 bdstr_t bdstr; local 2274 bdstr_t bdstr; local 2298 bdstr_t bdstr; local 2387 bdstr_t bdstr; local 2545 bdstr_t bdstr; local 2568 bdstr_t bdstr; local [all...] |
btif_util.c | 94 char *bd2str(const bt_bdaddr_t *bdaddr, bdstr_t *bdstr) 98 sprintf(*bdstr, "%02x:%02x:%02x:%02x:%02x:%02x", 101 return *bdstr;
|
btif_hf_client.c | 738 bdstr_t bdstr; local 768 __FUNCTION__, p_data->open.status, btif_hf_client_cb.state, bd2str(&btif_hf_client_cb.connected_bda, &bdstr)); [all...] |
btif_hf.c | 390 bdstr_t bdstr; local 425 bd2str(&btif_hf_cb[idx].connected_bda, &bdstr)); [all...] |
btif_hh.c | 745 bdstr_t bdstr; local [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_hh_co.c | 478 bdstr_t bdstr; local 479 sprintf(bdstr, "%02x:%02x:%02x:%02x:%02x:%02x", 483 btif_config_get("Remote", bdstr, "HidReport", NULL, (int*)&len, (int*)&type); 486 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type); 493 btif_config_set("Remote", bdstr, "HidReport", (const char*)sReportCache, 495 BTIF_TRACE_DEBUG("%s() - Saving report; dev=%s, idx=%d", __FUNCTION__, bdstr, idx); 524 bdstr_t bdstr; local 525 sprintf(bdstr, "%02x:%02x:%02x:%02x:%02x:%02x", 529 btif_config_get("Remote", bdstr, "HidReport", NULL, (int*)&len, (int*)&type); 535 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type) 558 bdstr_t bdstr; local [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_util.h | 69 char *bd2str(const bt_bdaddr_t *addr, bdstr_t *bdstr);
|