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

  /system/bt/test/suite/gatt/
gatt_unittest.cpp 116 bt_uuid_t char_uuid; local
117 create_random_uuid(&char_uuid, -1);
132 &char_uuid, 0x10 /* notification */, 0x01 /* read only */);
  /system/bt/service/common/bluetooth/binder/
parcel_helpers.cpp 165 auto char_uuid = CreateUUIDFromParcel(parcel); local
175 *service_uuid, *char_uuid, *desc_uuid,
  /system/bt/service/
gatt_server.cpp 865 bt_uuid_t char_uuid = next_entry->id.characteristic_uuid().GetBlueDroid(); local
870 &char_uuid,
  /system/bt/bta/gatt/
bta_gatts_int.h 96 tBT_UUID char_uuid; member in struct:__anon71774
  /system/bt/service/test/
gatt_server_unittest.cpp 542 const UUID char_uuid = UUID::GetRandom(); local
543 bt_uuid_t hal_char_uuid = char_uuid.GetBlueDroid();
546 EXPECT_EQ(nullptr, gatt_server_->AddCharacteristic(char_uuid, props, perms));
556 auto char_id0 = gatt_server_->AddCharacteristic(char_uuid, props, perms);
557 auto char_id1 = gatt_server_->AddCharacteristic(char_uuid, props, perms);
587 EXPECT_EQ(nullptr, gatt_server_->AddCharacteristic(char_uuid, props, perms));
609 char_id0 = gatt_server_->AddCharacteristic(char_uuid, props, perms);
610 char_id1 = gatt_server_->AddCharacteristic(char_uuid, props, perms);
628 char_id0 = gatt_server_->AddCharacteristic(char_uuid, props, perms);
629 char_id1 = gatt_server_->AddCharacteristic(char_uuid, props, perms)
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 1742 UINT16 char_uuid = p_char->uuid.uu.uuid16; local
1826 UINT16 char_uuid = p_char->uuid.uu.uuid16; local
2051 UINT16 char_uuid = p_desc->characteristic->uuid.uu.uuid16; local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 507 tBT_UUID char_uuid; member in struct:__anon71962
    [all...]
  /system/bt/stack/include/
gatt_api.h 506 tBT_UUID char_uuid; /* characteristic UUID type */ member in struct:__anon72745
768 ** char_uuid : Characteristic UUID.
776 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
    [all...]

Completed in 702 milliseconds