Home
last modified time | relevance | path

Searched refs:bdaddr_to_string (Results 1 – 18 of 18) sorted by relevance

/system/bt/tools/bdtool/
Dadapter.c116 …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/
Dbtif_storage.c178 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 …]
Dbtif_debug_conn.c94 bdaddr_to_string(&evt->bda, name_buffer, sizeof(name_buffer)) in btif_debug_conn_dump()
Dbtif_mce.c139 …BTIF_TRACE_EVENT("%s: remote_addr=%s", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr… in get_remote_mas_instances()
Dbtif_core.c397 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()
Dbtif_dm.c475 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 …]
Dbtif_config.c104 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()
Dbtif_hf_client.c769 …__FUNCTION__, p_data->open.status, btif_hf_client_cb.state, bdaddr_to_string(&btif_hf_client_cb.co… in btif_hf_client_upstreams_evt()
Dbtif_pan.c649 bdaddr_to_string((bt_bdaddr_t *)p_data->opening.bd_addr, bds, sizeof(bds)); in bta_pan_callback_transfer()
Dbtif_hf.c431bdaddr_to_string(&btif_hf_cb[idx].connected_bda, bdstr, sizeof(bdstr))); in btif_hf_upstreams_evt()
Dbtif_rc.c482 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()
Dbtif_gatt_client.c1995 bdaddr_to_string(bd_addr, bd_addr_str, sizeof(bd_addr_str)); in btif_gattc_get_device_type()
/system/bt/btif/co/
Dbta_pan_co.c195 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/
Dbdaddr.h51 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size);
/system/bt/btcore/src/
Dbdaddr.c47 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size) { in bdaddr_to_string() function
/system/bt/device/src/
Dinterop.c49 __func__, bdaddr_to_string(addr, bdstr, sizeof(bdstr)), in interop_match_addr()
/system/bt/bta/gatt/
Dbta_gattc_utils.c564 bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr))); in bta_gattc_mark_bg_conn()
/system/bt/stack/l2cap/
Dl2c_link.c474 bdaddr_to_string((bt_bdaddr_t *)&p_lcb->remote_bd_addr, in l2c_link_hci_disc_comp()