Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp402 if (uuidLen != UUID_16BIT_LEN) { in DiscoverAllPrimaryServiceResponse()
463 if (BufferGetSize(value) == UUID_16BIT_LEN) { in DiscoverPrimaryServiceByUuidResponse()
530 if (isvc->uuid_.GetUuidType() == UUID_16BIT_LEN) { in FindIncludedServiceResponse()
534 len = len + UUID_16BIT_LEN; in FindIncludedServiceResponse()
581 if (uuidLen != UUID_16BIT_LEN) { in DiscoverCharacteristicResponse()
1247 if (db_.GetService(attHandle)->uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleServicePackage()
1249 if (memcpy_s(BufferPtr(value), BufferGetSize(value), &uuid16Bit, UUID_16BIT_LEN) != EOK) { in AssembleServicePackage()
1287 if (db_.GetCharacteristic(attHandle)->uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleCharacteristicPackage()
1290 (uint8_t *)BufferPtr(value), BufferGetSize(value), &offset, (uint8_t *)&uuid16Bit, UUID_16BIT_LEN); in AssembleCharacteristicPackage()
1339 if (service.uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleAttReadByGroupTypeRspPackage()
[all...]
H A Dgatt_profile_defines.h59 UUID_16BIT_LEN = 0x02, enumerator
H A Dgatt_client_profile.cpp291 if (uuid.GetUuidType() == UUID_16BIT_LEN) { in DiscoverPrimaryServicesByServiceUuid()
293 (void)memcpy_s(BufferPtr(serviceUuid), UUID_16BIT_LEN, &(uuid16), UUID_16BIT_LEN); in DiscoverPrimaryServicesByServiceUuid() local
393 if (uuid.GetUuidType() == UUID_16BIT_LEN) { in DiscoverCharacteristicByUuid()
485 if (uuid.GetUuidType() == UUID_16BIT_LEN) { in ReadUsingCharacteristicByUuid()
1343 if (len == sizeof(startHandle) + sizeof(endHandle) + sizeof(isvcHandle) + UUID_16BIT_LEN) { in FindIncludeServicesParsing()
2161 if (len == UUID_16BIT_LEN) { in SplitUuidPackage()

Completed in 8 milliseconds