Searched defs:bdstr (Results 1 - 10 of 10) sorted by relevance

/system/bt/btif/src/
H A Dbtif_mce.cc131 bdstr_t bdstr; local
134 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)));
H A Dbtif_hf_client.cc819 bdstr_t bdstr; local
850 bdaddr_to_string(&cb->peer_bda, bdstr, sizeof(bdstr)));
H A Dbtif_core.cc388 bdstr_t bdstr; local
389 bdaddr_to_string(&local_bd_addr, bdstr, sizeof(bdstr));
394 strcmp(bdstr, val) == 0) {
397 btif_config_set_str("Adapter", "Address", bdstr);
H A Dbtif_hf.cc341 bdstr_t bdstr; local
377 bdaddr_to_string(&btif_hf_cb[idx].connected_bda, bdstr,
378 sizeof(bdstr)));
H A Dbtif_storage.cc173 static bt_status_t btif_in_fetch_bonded_device(const char* bdstr);
175 static bool btif_has_ble_keys(const char* bdstr);
182 bdstr_t bdstr = {0}; local
183 if (remote_bd_addr) bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
184 BTIF_TRACE_DEBUG("in, bd addr:%s, prop type:%d, len:%d", bdstr, prop->type,
194 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTIME,
201 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, value);
208 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
219 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVCLAS
268 bdstr_t bdstr = {0}; local
382 btif_in_fetch_bonded_device(const char* bdstr) argument
732 bdstr_t bdstr; local
760 bdstr_t bdstr; local
927 bdstr_t bdstr; local
970 bdstr_t bdstr; local
1010 bdstr_t bdstr; local
1179 bdstr_t bdstr; local
1185 btif_has_ble_keys(const char* bdstr) argument
1201 bdstr_t bdstr; local
1223 bdstr_t bdstr; local
1333 bdstr_t bdstr; local
1362 bdstr_t bdstr; local
1409 bdstr_t bdstr = {0}; local
1426 bdstr_t bdstr; local
[all...]
H A Dbtif_dm.cc442 bdstr_t bdstr; local
443 bdaddr_to_string(remote_bdaddr, bdstr, sizeof(bdstr));
444 if (btif_config_exist(bdstr, "HidAppId")) return true;
532 bdstr_t bdstr; local
538 bdaddr_to_string(p_bd, bdstr, sizeof(bdstr)), lmp_ver, mfct_set,
670 bdstr_t bdstr; local
671 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr));
1250 bdstr_t bdstr; local
2240 bdstr_t bdstr; local
2285 bdstr_t bdstr; local
2302 bdstr_t bdstr; local
2367 bdstr_t bdstr; local
2503 bdstr_t bdstr; local
2551 bdstr_t bdstr; local
[all...]
/system/bt/device/src/
H A Dinterop.cc53 char bdstr[20] = {0}; local
55 __func__, bdaddr_to_string(addr, bdstr, sizeof(bdstr)),
/system/bt/btif/co/
H A Dbta_pan_co.cc178 bdstr_t bdstr; local
186 bdaddr_to_string((bt_bdaddr_t*)conn->peer, bdstr, sizeof(bdstr)));
187 bdaddr_to_string((bt_bdaddr_t*)src, bdstr, sizeof(bdstr));
190 bdaddr_to_string((bt_bdaddr_t*)src, bdstr, sizeof(bdstr)));
H A Dbta_hh_co.cc527 bdstr_t bdstr; local
528 snprintf(bdstr, sizeof(bdstr), "%02x:%02x:%02x:%02x:%02x:%02x", remote_bda[0],
532 size_t len = btif_config_get_bin_length(bdstr, "HidReport");
534 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len);
540 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache,
542 BTIF_TRACE_DEBUG("%s() - Saving report; dev=%s, idx=%d", __func__, bdstr,
566 bdstr_t bdstr; local
567 snprintf(bdstr, sizeof(bdstr), "
597 bdstr_t bdstr; local
[all...]
/system/bt/bta/gatt/
H A Dbta_gattc_utils.cc515 bdstr_t bdstr = {0}; local
518 bdaddr_to_string((bt_bdaddr_t*)remote_bda_ptr, bdstr, sizeof(bdstr)));

Completed in 1165 milliseconds