Searched refs:bd2str (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_storage.c | 206 bd2str(bd_addr, &bdstr), fname); in btif_in_make_filename() 251 bd2str(remote_bd_addr, &bdstr); in prop2cfg() 343 bd2str(remote_bd_addr, &bdstr); in cfg2prop() 782 bd2str(remote_bd_addr, &bdstr); in btif_storage_add_bonded_device() 803 bd2str(remote_bd_addr, &bdstr); in btif_storage_remove_bonded_device() 959 bd2str(remote_bd_addr, &bdstr); in btif_storage_add_ble_bonding_key() 1002 bd2str(remote_bd_addr, &bdstr); in btif_storage_get_ble_bonding_key() 1043 bd2str(remote_bd_addr, &bdstr); in btif_storage_remove_ble_bonding_keys() 1321 bd2str(remote_bd_addr, &bdstr); in btif_storage_set_remote_addr_type() 1341 bd2str(remote_bd_addr, &bdstr); in btif_storage_get_remote_addr_type() [all …]
|
D | btif_core.c | 433 bd2str(local_addr, &bdstr); in btif_fetch_local_bdaddr() 444 bd2str(local_addr, &bdstr); in btif_fetch_local_bdaddr() 562 bd2str(&bd_addr, &bdstr)); in btif_enable_bluetooth_evt() 588 bd2str(&btif_local_bd_addr, &buf); in btif_enable_bluetooth_evt()
|
D | btif_dm.c | 324 bd2str(remote_bdaddr, &bdstr); in check_hid_le() 374 ALOGD("remote version info [%s]: %x, %x, %x", bd2str(p_bd, &bdstr), in btif_update_remote_version_property() 516 bd2str(bd_addr, &bdstr); in btif_dm_cb_create_bond() 974 BTIF_TRACE_DEBUG3("%s() %s device_type = 0x%x\n", __FUNCTION__, bd2str(&bdaddr, &bdstr), in btif_dm_search_devices_evt() 1861 BTIF_TRACE_EVENT2("%s: bd_addr=%s", __FUNCTION__, bd2str((bt_bdaddr_t *) bd_addr, &bdstr)); in btif_dm_create_bond() 1885 BTIF_TRACE_EVENT2("%s: bd_addr=%s", __FUNCTION__, bd2str((bt_bdaddr_t *)bd_addr, &bdstr)); in btif_dm_cancel_bond() 1951 BTIF_TRACE_EVENT2("%s: bd_addr=%s", __FUNCTION__, bd2str((bt_bdaddr_t *)bd_addr, &bdstr)); in btif_dm_remove_bond() 2106 BTIF_TRACE_EVENT2("%s: remote_addr=%s", __FUNCTION__, bd2str(remote_addr, &bdstr)); in btif_dm_get_remote_services() 2129 BTIF_TRACE_EVENT2("%s: remote_addr=%s", __FUNCTION__, bd2str(remote_addr, &bdstr)); in btif_dm_get_remote_service_record()
|
D | btif_gatt_util.c | 312 bd2str(&bda, &bd_addr_str); in btif_get_device_type()
|
D | btif_util.c | 94 char *bd2str(const bt_bdaddr_t *bdaddr, bdstr_t *bdstr) in bd2str() function
|
D | btif_pan.c | 530 bd2str((bt_bdaddr_t*)p_data->opening.bd_addr, &bds); in bta_pan_callback_transfer()
|
D | btif_hf.c | 283 … __FUNCTION__, p_data->open.status, btif_hf_cb.state, bd2str(&btif_hf_cb.connected_bda, &bdstr)); in btif_hf_upstreams_evt()
|
D | btif_gatt_client.c | 1310 bd2str(bd_addr, &bd_addr_str); in btif_gattc_get_device_type()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_util.h | 66 char *bd2str(const bt_bdaddr_t *addr, bdstr_t *bdstr);
|