/system/bt/tools/bdtool/ |
D | adapter.c | 116 …fprintf(stdout, "Bond state changed callback addr:%s state:%s\n", bdaddr_to_string(bdaddr, buf, si… in bond_state_changed() 157 bdaddr_to_string(bdaddr, buf, sizeof(buf)), num_properties); in remote_device_properties() 192 …fprintf(stdout, "Device found:%s %s\n", bdaddr_to_string(remote_bd_addr, buf, sizeof(buf)), bd_nam… in ssp_request() 223 fprintf(stdout, " addr:%s\n", bdaddr_to_string(addr, buf, sizeof(buf))); in parse_properties()
|
/system/bt/btif/src/ |
D | btif_storage.c | 178 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in prop2cfg() 271 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in cfg2prop() 520 key_type, bdaddr_to_string(&bd_addr, bd_str, sizeof(bd_str))); in btif_read_le_key() 783 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btif_storage_add_bonded_device() 812 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btif_storage_remove_bonded_device() 982 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btif_storage_add_ble_bonding_key() 1028 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btif_storage_get_ble_bonding_key() 1071 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btif_storage_remove_ble_bonding_keys() 1247 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btif_storage_set_remote_addr_type() 1266 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr)); in btif_storage_get_remote_addr_type() [all …]
|
D | btif_debug_conn.c | 94 bdaddr_to_string(&evt->bda, name_buffer, sizeof(name_buffer)) in btif_debug_conn_dump()
|
D | btif_mce.c | 139 …BTIF_TRACE_EVENT("%s: remote_addr=%s", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr… in get_remote_mas_instances()
|
D | btif_core.c | 397 bdaddr_to_string(local_addr, bdstr, sizeof(bdstr)); in btif_fetch_local_bdaddr() 408 bdaddr_to_string(local_addr, bdstr, sizeof(bdstr)); in btif_fetch_local_bdaddr() 471 bdaddr_to_string(controller->get_address(), bdstr, sizeof(bdstr)); in btif_enable_bluetooth_evt() 482 bdaddr_to_string(&btif_local_bd_addr, old_address, sizeof(old_address)); in btif_enable_bluetooth_evt()
|
D | btif_dm.c | 475 bdaddr_to_string(remote_bdaddr, bdstr, sizeof(bdstr)); in check_hid_le() 581 …LOG_DEBUG(LOG_TAG, "remote version info [%s]: %x, %x, %x", bdaddr_to_string(p_bd, bdstr, sizeof(bd… in btif_update_remote_version_property() 710 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)); in btif_dm_cb_create_bond() 1145 bdaddr_to_string(&bt_bdaddr, address, sizeof(address)); in btif_dm_auth_cmpl_evt() 1337 …BTIF_TRACE_DEBUG("%s() %s device_type = 0x%x\n", __FUNCTION__, bdaddr_to_string(&bdaddr, bdstr, si… in btif_dm_search_devices_evt() 2356 …BTIF_TRACE_EVENT("%s: bd_addr=%s, transport=%d", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, si… in btif_dm_create_bond() 2383 …BTIF_TRACE_EVENT("%s: bd_addr=%s, transport=%d", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, si… in btif_dm_create_bond_out_of_band() 2401 … BTIF_TRACE_EVENT("%s: bd_addr=%s", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr))); in btif_dm_cancel_bond() 2492 … BTIF_TRACE_EVENT("%s: bd_addr=%s", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr))); in btif_dm_remove_bond() 2657 …BTIF_TRACE_EVENT("%s: remote_addr=%s", __FUNCTION__, bdaddr_to_string(remote_addr, bdstr, sizeof(b… in btif_dm_get_remote_services() [all …]
|
D | btif_config.c | 104 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str)); in btif_get_device_type() 122 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str)); in btif_get_address_type()
|
D | btif_hf_client.c | 769 …__FUNCTION__, p_data->open.status, btif_hf_client_cb.state, bdaddr_to_string(&btif_hf_client_cb.co… in btif_hf_client_upstreams_evt()
|
D | btif_pan.c | 649 bdaddr_to_string((bt_bdaddr_t *)p_data->opening.bd_addr, bds, sizeof(bds)); in bta_pan_callback_transfer()
|
D | btif_hf.c | 431 … bdaddr_to_string(&btif_hf_cb[idx].connected_bda, bdstr, sizeof(bdstr))); in btif_hf_upstreams_evt()
|
D | btif_rc.c | 482 bdaddr_to_string(&avdtp_addr, addr1, sizeof(addr1)), in handle_rc_features() 483 bdaddr_to_string(&rc_addr, addr2, sizeof(addr2))); in handle_rc_features()
|
D | btif_gatt_client.c | 1995 bdaddr_to_string(bd_addr, bd_addr_str, sizeof(bd_addr_str)); in btif_gattc_get_device_type()
|
/system/bt/btif/co/ |
D | bta_pan_co.c | 195 bdaddr_to_string((bt_bdaddr_t *)conn->peer, bdstr, sizeof(bdstr))); in bta_pan_co_tx_path() 196 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr)); in bta_pan_co_tx_path() 198 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr))); in bta_pan_co_tx_path()
|
/system/bt/btcore/include/ |
D | bdaddr.h | 51 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size);
|
/system/bt/btcore/src/ |
D | bdaddr.c | 47 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size) { in bdaddr_to_string() function
|
/system/bt/device/src/ |
D | interop.c | 49 __func__, bdaddr_to_string(addr, bdstr, sizeof(bdstr)), in interop_match_addr()
|
/system/bt/bta/gatt/ |
D | bta_gattc_utils.c | 564 bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr))); in bta_gattc_mark_bg_conn()
|
/system/bt/stack/l2cap/ |
D | l2c_link.c | 474 bdaddr_to_string((bt_bdaddr_t *)&p_lcb->remote_bd_addr, in l2c_link_hci_disc_comp()
|