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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 37 static final int BT_PROPERTY_UUIDS = 0x03;
AdapterProperties.java 165 AbstractionLayer.BT_PROPERTY_UUIDS, Utils.uuidsToByteArray(uuids));
507 case AbstractionLayer.BT_PROPERTY_UUIDS:
RemoteDevices.java 317 case AbstractionLayer.BT_PROPERTY_UUIDS:
  /system/bt/service/
logging_helpers.cpp 108 CASE_RETURN_TEXT(BT_PROPERTY_UUIDS);
  /system/bt/btcore/src/
property.c 108 return property_new_((void *)uuid, sizeof(bt_uuid_t) * count, BT_PROPERTY_UUIDS);
163 return property->type == BT_PROPERTY_UUIDS;
  /system/bt/btif/src/
btif_storage.c 222 case BT_PROPERTY_UUIDS:
336 case BT_PROPERTY_UUIDS:
608 else if (property->type == BT_PROPERTY_UUIDS)
    [all...]
btif_core.c 745 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_UUIDS,
790 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_UUIDS,
    [all...]
btif_util.c 223 CASE_RETURN_STR(BT_PROPERTY_UUIDS)
btif_dm.c     [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 187 BT_PROPERTY_UUIDS,
  /system/bt/tools/bdtool/
adapter.c 227 case BT_PROPERTY_UUIDS:
  /system/bt/btcore/test/
property_test.cpp 147 EXPECT_EQ(BT_PROPERTY_UUIDS, property->type);

Completed in 319 milliseconds