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

  /system/bt/btif/src/
btif_dm.c 354 bt_bdname_t bdname; local
361 sizeof(bt_bdname_t), &bdname);
367 strcpy((char *)p_remote_name, (char *)bdname.name);
1278 bt_bdname_t bdname; local
1636 BD_NAME bdname; local
    [all...]
btif_hh.c 932 bt_bdname_t bdname; local
    [all...]
btif_gatt_client.c 440 bt_bdname_t bdname; local
453 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
454 bdname.name[remote_name_len]='\0';
456 LOG_DEBUG("%s BLE device name=%s len=%d dev_type=%d", __FUNCTION__, bdname.name,
458 btif_dm_update_ble_remote_properties( p_btif_cb->bd_addr.address, bdname.name,
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 353 static void pin_request_callback(bt_bdaddr_t *bd_addr, bt_bdname_t *bdname, uint32_t cod,
372 callbackEnv->SetByteArrayRegion(devname, 0, sizeof(bt_bdname_t), (jbyte*)bdname);
388 static void ssp_request_callback(bt_bdaddr_t *bd_addr, bt_bdname_t *bdname, uint32_t cod,
406 callbackEnv->SetByteArrayRegion(devname, 0, sizeof(bt_bdname_t), (jbyte*)bdname);
    [all...]

Completed in 57 milliseconds