Searched refs:bdstr (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_storage.c | 182 bdstr_t bdstr; in btif_in_make_filename() local 188 bd2str(bd_addr, &bdstr), fname); in btif_in_make_filename() 231 bdstr_t bdstr = {0}; in prop2cfg() local 233 bd2str(remote_bd_addr, &bdstr); in prop2cfg() 234 BTIF_TRACE_DEBUG3("in, bd addr:%s, prop type:%d, len:%d", bdstr, prop->type, prop->len); in prop2cfg() 244 btif_config_set_int("Remote", bdstr, in prop2cfg() 251 btif_config_set_str("Remote", bdstr, in prop2cfg() 259 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value); in prop2cfg() 270 btif_config_set_int("Remote", bdstr, in prop2cfg() 274 btif_config_set_int("Remote", bdstr, in prop2cfg() [all …]
|
D | btif_dm.c | 366 bdstr_t bdstr; in remove_hid_bond() local 367 …IF_TRACE_DEBUG2("%s---Removing HID bond--%s", __FUNCTION__,bd2str((bt_bdaddr_t *)bd_addr, &bdstr)); in remove_hid_bond() 409 bdstr_t bdstr; in btif_dm_cb_remove_bond() local 425 bd2str((bt_bdaddr_t *)bd_addr, &bdstr)); in btif_dm_cb_remove_bond() 429 bd2str((bt_bdaddr_t *)bd_addr, &bdstr)); in btif_dm_cb_remove_bond() 834 bdstr_t bdstr; in btif_dm_search_devices_evt() local 839 BTIF_TRACE_DEBUG3("%s() %s device_type = 0x%x\n", __FUNCTION__, bd2str(&bdaddr, &bdstr), in btif_dm_search_devices_evt() 1493 bdstr_t bdstr; in btif_dm_create_bond() local 1495 BTIF_TRACE_EVENT2("%s: bd_addr=%s", __FUNCTION__, bd2str((bt_bdaddr_t *) bd_addr, &bdstr)); in btif_dm_create_bond() 1517 bdstr_t bdstr; in btif_dm_cancel_bond() local [all …]
|
D | btif_core.c | 398 bdstr_t bdstr; in btif_fetch_local_bdaddr() local 411 bd2str(local_addr, &bdstr); in btif_fetch_local_bdaddr() 414 (char*)bdstr, PERSIST_BDADDR_PROPERTY); in btif_fetch_local_bdaddr() 416 if (property_set(PERSIST_BDADDR_PROPERTY, (char*)bdstr) < 0) in btif_fetch_local_bdaddr() 421 bdstr_t bdstr; in btif_fetch_local_bdaddr() local 422 bd2str(local_addr, &bdstr); in btif_fetch_local_bdaddr() 426 if (strcmp(bdstr, val) ==0) in btif_fetch_local_bdaddr() 432 btif_config_set_str("Local", "Adapter", "Address", bdstr); in btif_fetch_local_bdaddr() 536 bdstr_t bdstr; in btif_enable_bluetooth_evt() local 540 bd2str(&bd_addr, &bdstr)); in btif_enable_bluetooth_evt()
|
D | btif_util.c | 92 char *bd2str(bt_bdaddr_t *bdaddr, bdstr_t *bdstr) in bd2str() argument 96 sprintf((char*)bdstr, "%02x:%02x:%02x:%02x:%02x:%02x", in bd2str() 99 return (char *)bdstr; in bd2str()
|
D | btif_hf.c | 254 bdstr_t bdstr; in btif_hf_upstreams_evt() local 283 … __FUNCTION__, p_data->open.status, btif_hf_cb.state, bd2str(&btif_hf_cb.connected_bda, &bdstr)); in btif_hf_upstreams_evt()
|
D | btif_hh.c | 718 bdstr_t bdstr; in btif_hh_upstreams_evt() local
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_util.h | 63 char *bd2str(bt_bdaddr_t *addr, bdstr_t *bdstr);
|