Searched refs:bd2str (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_storage.c | 188 bd2str(bd_addr, &bdstr), fname); in btif_in_make_filename() 233 bd2str(remote_bd_addr, &bdstr); in prop2cfg() 305 bd2str(remote_bd_addr, &bdstr); in cfg2prop() 692 bd2str(remote_bd_addr, &bdstr); in btif_storage_add_bonded_device() 713 bd2str(remote_bd_addr, &bdstr); in btif_storage_remove_bonded_device() 867 bd2str(remote_bd_addr, &bdstr); in btif_storage_add_hid_device_info() 970 bd2str(remote_bd_addr, &bdstr); in btif_storage_remove_hid_info() 1286 bd2str(remote_dev_addr, &bdstr); in btif_storage_is_device_autopair_blacklisted() 1349 bd2str(remote_dev_addr, &bdstr); in btif_storage_add_device_to_autopair_blacklist() 1389 bd2str(remote_dev_addr, &bdstr); in btif_storage_is_fixed_pin_zeros_keyboard()
|
D | btif_dm.c | 367 …BTIF_TRACE_DEBUG2("%s---Removing HID bond--%s", __FUNCTION__,bd2str((bt_bdaddr_t *)bd_addr, &bdstr… in remove_hid_bond() 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() 839 BTIF_TRACE_DEBUG3("%s() %s device_type = 0x%x\n", __FUNCTION__, bd2str(&bdaddr, &bdstr), in btif_dm_search_devices_evt() 1495 BTIF_TRACE_EVENT2("%s: bd_addr=%s", __FUNCTION__, bd2str((bt_bdaddr_t *) bd_addr, &bdstr)); in btif_dm_create_bond() 1519 BTIF_TRACE_EVENT2("%s: bd_addr=%s", __FUNCTION__, bd2str((bt_bdaddr_t *)bd_addr, &bdstr)); in btif_dm_cancel_bond() 1557 BTIF_TRACE_EVENT2("%s: bd_addr=%s", __FUNCTION__, bd2str((bt_bdaddr_t *)bd_addr, &bdstr)); in btif_dm_remove_bond() 1677 BTIF_TRACE_EVENT2("%s: remote_addr=%s", __FUNCTION__, bd2str(remote_addr, &bdstr)); in btif_dm_get_remote_services() 1700 BTIF_TRACE_EVENT2("%s: remote_addr=%s", __FUNCTION__, bd2str(remote_addr, &bdstr)); in btif_dm_get_remote_service_record()
|
D | btif_core.c | 411 bd2str(local_addr, &bdstr); in btif_fetch_local_bdaddr() 422 bd2str(local_addr, &bdstr); in btif_fetch_local_bdaddr() 540 bd2str(&bd_addr, &bdstr)); in btif_enable_bluetooth_evt() 566 bd2str(&btif_local_bd_addr, &buf); in btif_enable_bluetooth_evt()
|
D | btif_util.c | 92 char *bd2str(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()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_util.h | 63 char *bd2str(bt_bdaddr_t *addr, bdstr_t *bdstr);
|