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

  /system/bt/test/suite/rfcomm/
rfcomm_test.cc 49 bt_interface()->get_remote_device_property(&devices[i], BT_PROPERTY_UUIDS);
53 GetRemoteDeviceProperty(&devices[i], BT_PROPERTY_UUIDS);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 37 static final int BT_PROPERTY_UUIDS = 0x03;
AdapterProperties.java 773 case AbstractionLayer.BT_PROPERTY_UUIDS:
    [all...]
RemoteDevices.java 539 case AbstractionLayer.BT_PROPERTY_UUIDS:
    [all...]
  /system/bt/service/
logging_helpers.cc 108 CASE_RETURN_TEXT(BT_PROPERTY_UUIDS);
  /system/bt/btcore/src/
property.cc 117 return property_new_((void*)uuid, sizeof(Uuid) * count, BT_PROPERTY_UUIDS);
171 return property->type == BT_PROPERTY_UUIDS;
  /system/bt/btif/src/
btif_core.cc 672 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_UUIDS,
718 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_UUIDS,
    [all...]
btif_storage.cc 237 case BT_PROPERTY_UUIDS: {
341 case BT_PROPERTY_UUIDS: {
593 } else if (property->type == BT_PROPERTY_UUIDS) {
    [all...]
btif_util.cc 131 CASE_RETURN_STR(BT_PROPERTY_UUIDS)
btif_dm.cc     [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 181 BT_PROPERTY_UUIDS,
  /system/bt/include/hardware/
bluetooth.h 174 BT_PROPERTY_UUIDS,
  /system/bt/tools/bdtool/
adapter.c 206 case BT_PROPERTY_UUIDS: {
  /system/bt/btcore/test/
property_test.cc 143 EXPECT_EQ(BT_PROPERTY_UUIDS, property->type);

Completed in 353 milliseconds