Home
last modified time | relevance | path

Searched refs:UUID_128BIT_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp403 uuidLen = UUID_128BIT_LEN; in DiscoverAllPrimaryServiceResponse()
454 uint8_t uuid128Bit[UUID_128BIT_LEN] = {0}; in DiscoverPrimaryServiceByUuidResponse()
462 (void)memcpy_s(uuid128Bit, UUID_128BIT_LEN, BufferPtr(value), BufferGetSize(value)); in DiscoverPrimaryServiceByUuidResponse()
465 } else if (BufferGetSize(value) == UUID_128BIT_LEN) { in DiscoverPrimaryServiceByUuidResponse()
466 uuid = Uuid::ConvertFromBytesLE(uuid128Bit, UUID_128BIT_LEN); in DiscoverPrimaryServiceByUuidResponse()
582 uuidLen = UUID_128BIT_LEN; in DiscoverCharacteristicResponse()
1137 *uuid = Uuid::ConvertFromBytesLE(data->attReadByTypeRequest.readHandleRangeUuid.uuid->uuid128, UUID_128BIT_LEN); in CheckUuidType()
1245 uint8_t uuid128Bit[UUID_128BIT_LEN] = {0}; in AssembleServicePackage()
1254 } else if (db_.GetService(attHandle)->uuid_.GetUuidType() == UUID_128BIT_LEN) { in AssembleServicePackage()
1255 db_.GetService(attHandle)->uuid_.ConvertToBytesLE(uuid128Bit, UUID_128BIT_LEN); in AssembleServicePackage()
[all...]
H A Dgatt_client_profile.cpp284 uint8_t uuid128[UUID_128BIT_LEN] = {0}; in DiscoverPrimaryServicesByServiceUuid()
301 } else if (uuid.GetUuidType() == UUID_128BIT_LEN) { in DiscoverPrimaryServicesByServiceUuid()
302 uuid.ConvertToBytesLE(uuid128, UUID_128BIT_LEN); in DiscoverPrimaryServicesByServiceUuid()
303 (void)memcpy_s(BufferPtr(serviceUuid), UUID_128BIT_LEN, uuid128, UUID_128BIT_LEN); in DiscoverPrimaryServicesByServiceUuid() local
386 uint8_t uuid128[UUID_128BIT_LEN] = {0}; in DiscoverCharacteristicByUuid()
409 } else if (uuid.GetUuidType() == UUID_128BIT_LEN) { in DiscoverCharacteristicByUuid()
410 uuid.ConvertToBytesLE(uuid128, UUID_128BIT_LEN); in DiscoverCharacteristicByUuid()
412 (void)memcpy_s(tempUuid.uuid128, UUID_128BIT_LEN, uuid128, UUID_128BIT_LEN); in DiscoverCharacteristicByUuid()
[all...]
H A Dgatt_profile_defines.h61 UUID_128BIT_LEN = 0x10, enumerator

Completed in 6 milliseconds