HomeSort by relevance Sort by last modified time
    Searched refs:bdaddr_to_string (Results 1 - 16 of 16) sorted by null

  /system/bt/btcore/include/
bdaddr.h 49 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size);
  /system/bt/device/src/
interop.c 51 bdaddr_to_string(addr, bdstr, sizeof(bdstr)), interop_feature_string(feature));
  /system/bt/tools/bdtool/
adapter.c 116 fprintf(stdout, "Bond state changed callback addr:%s state:%s\n", bdaddr_to_string(bdaddr, buf, sizeof(buf)), state_name);
157 bdaddr_to_string(bdaddr, buf, sizeof(buf)), num_properties);
192 fprintf(stdout, "Device found:%s %s\n", bdaddr_to_string(remote_bd_addr, buf, sizeof(buf)), bd_name->name);
223 fprintf(stdout, " addr:%s\n", bdaddr_to_string(addr, buf, sizeof(buf)));
  /system/bt/btif/src/
btif_storage.c 225 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
318 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
576 key_type, bdaddr_to_string(&bd_addr, bd_str, sizeof(bd_str)));
805 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
827 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
    [all...]
btif_debug_conn.c 93 bdaddr_to_string(&evt->bda, name_buffer, sizeof(name_buffer))
btif_mce.c 138 BTIF_TRACE_EVENT("%s: remote_addr=%s", __FUNCTION__, bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr)));
btif_config.c 58 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
76 bdaddr_to_string(&bda, bd_addr_str, sizeof(bd_addr_str));
btif_core.c 389 bdaddr_to_string(local_addr, bdstr, sizeof(bdstr));
400 bdaddr_to_string(local_addr, bdstr, sizeof(bdstr));
463 bdaddr_to_string(controller->get_address(), bdstr, sizeof(bdstr));
474 bdaddr_to_string(&btif_local_bd_addr, old_address, sizeof(old_address));
    [all...]
btif_dm.c 426 bdaddr_to_string(remote_bdaddr, bdstr, sizeof(bdstr));
533 LOG_DEBUG("remote version info [%s]: %x, %x, %x", bdaddr_to_string(p_bd, bdstr, sizeof(bdstr)),
663 bdaddr_to_string(bd_addr, bdstr, sizeof(bdstr));
    [all...]
btif_hf_client.c 767 __FUNCTION__, p_data->open.status, btif_hf_client_cb.state, bdaddr_to_string(&btif_hf_client_cb.connected_bda, bdstr, sizeof(bdstr)));
    [all...]
btif_pan.c 587 bdaddr_to_string((bt_bdaddr_t *)p_data->opening.bd_addr, bds, sizeof(bds));
btif_hf.c 431 bdaddr_to_string(&btif_hf_cb[idx].connected_bda, bdstr, sizeof(bdstr)));
    [all...]
btif_gatt_client.c     [all...]
  /system/bt/btcore/src/
bdaddr.c 47 const char *bdaddr_to_string(const bt_bdaddr_t *addr, char *string, size_t size) { function
  /system/bt/btif/co/
bta_pan_co.c 195 bdaddr_to_string((bt_bdaddr_t *)conn->peer, bdstr, sizeof(bdstr)));
196 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr));
198 bdaddr_to_string((bt_bdaddr_t *)src, bdstr, sizeof(bdstr)));
  /system/bt/bta/gatt/
bta_gattc_utils.c 720 bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr)));

Completed in 671 milliseconds