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

  /system/bt/btif/src/
btif_ble_scanner.cc 137 bt_bdname_t bdname; local
138 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
140 bdname.name[remote_name_len] = '\0';
143 __func__, bdname.name, remote_name_len, device_type);
144 btif_dm_update_ble_remote_properties(bd_addr, bdname.name, device_type);
btif_dm.cc 383 bt_bdname_t bdname; local
389 sizeof(bt_bdname_t), &bdname);
393 strcpy((char*)p_remote_name, (char*)bdname.name);
1243 bt_bdname_t bdname; local
1564 BD_NAME bdname; local
    [all...]
btif_hh.cc 949 bt_bdname_t bdname; local
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 324 static void pin_request_callback(RawAddress* bd_addr, bt_bdname_t* bdname,
352 (jbyte*)bdname);
358 static void ssp_request_callback(RawAddress* bd_addr, bt_bdname_t* bdname,
386 (jbyte*)bdname);
    [all...]

Completed in 412 milliseconds