HomeSort by relevance Sort by last modified time
    Searched defs:uuid16 (Results 1 - 7 of 7) sorted by null

  /system/bt/btcore/test/
uuid_test.cpp 111 uint16_t uuid16 = 0xffff; local
114 EXPECT_FALSE(uuid_128_to_16(uuid, &uuid16));
116 EXPECT_EQ((uint16_t)0xffff, uuid16);
119 EXPECT_TRUE(uuid_128_to_16(uuid, &uuid16));
121 EXPECT_NE((uint16_t)0xffff, uuid16);
122 EXPECT_EQ((uint16_t)0, uuid16);
  /system/bt/stack/gatt/
gatt_db.c 216 UINT16 len = 0, uuid16 = 0; local
234 uuid16 = p_attr16->uuid;
238 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE)
247 else if (uuid16 == GATT_UUID_CHAR_DECLARE)
274 else if (uuid16 == GATT_UUID_INCLUDE_SERVICE)
288 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
349 attr_uuid.uu.uuid16 = p_attr->uuid;
413 (type.uu.uuid16 == GATT_UUID_GAP_DEVICE_NAME))
447 s_handle, e_handle, service.uu.uuid16);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthsdpdef.h 16 USHORT uuid16; member in union:SdpQueryUuidUnion
86 USHORT uuid16; member in union:_SPD_ELEMENT_DATA::__anon41573
  /system/bt/stack/btm/
btm_inq.c 140 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
2861 UINT16 uuid16 = 0; local
2920 UINT16 uuid16; local
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 408 UINT16 uuid16; member in union:__anon15518::__anon15519
  /system/bt/stack/include/
bt_types.h 422 UINT16 uuid16; member in union:__anon73726::__anon73727
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 2246 int uuid16 = adv_data[offset++]; local
    [all...]

Completed in 223 milliseconds