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

  /external/bluetooth/bluedroid/test/suite/support/
property.c 38 bt_bdname_t *bdname = calloc(sizeof(bt_bdname_t), 1); local
42 property->val = bdname;
45 strlcpy((char *)bdname->name, name, sizeof(bdname->name));
85 // property's `len` field. We special-case the equivalence of BDNAME
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 340 bt_bdname_t bdname; local
347 sizeof(bt_bdname_t), &bdname);
353 strcpy((char *)p_remote_name, (char *)bdname.name);
1228 bt_bdname_t bdname; local
1570 BD_NAME bdname; local
    [all...]
btif_gatt_client.c 385 bt_bdname_t bdname; local
398 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
399 bdname.name[remote_name_len]='\0';
401 BTIF_TRACE_DEBUG("%s BLE device name=%s len=%d dev_type=%d", __FUNCTION__, bdname.name,
403 btif_dm_update_ble_remote_properties( p_btif_cb->bd_addr.address, bdname.name,
    [all...]
btif_hh.c 935 bt_bdname_t bdname; local
    [all...]
btif_core.c     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 356 static void pin_request_callback(bt_bdaddr_t *bd_addr, bt_bdname_t *bdname, uint32_t cod) {
374 callbackEnv->SetByteArrayRegion(devname, 0, sizeof(bt_bdname_t), (jbyte*)bdname);
389 static void ssp_request_callback(bt_bdaddr_t *bd_addr, bt_bdname_t *bdname, uint32_t cod,
407 callbackEnv->SetByteArrayRegion(devname, 0, sizeof(bt_bdname_t), (jbyte*)bdname);
    [all...]

Completed in 241 milliseconds