Home
last modified time | relevance | path

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

/ohos5.0/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()
534 len = len + UUID_16BIT_LEN; in FindIncludedServiceResponse()
581 if (uuidLen != UUID_16BIT_LEN) { in DiscoverCharacteristicResponse()
1339 if (service.uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleAttReadByGroupTypeRspPackage()
1342 (void)memcpy_s(list[num].attributeValue, UUID_16BIT_LEN, &uuid16Bit, UUID_16BIT_LEN); in AssembleAttReadByGroupTypeRspPackage()
1368 …AssembleDataPackage(list[num].attributeValue, UUID_16BIT_LEN, offset, (uint8_t *)&uuid16Bit, UUID_… in AssembleAttReadByTypeRspSvcPackage()
1459 *len = UUID_16BIT_LEN; in AssembleAttFindInforRspSvcPackage()
1476 *len = UUID_16BIT_LEN; in AssembleAttFindInforRspCharacteristicPackage()
1497 *len = UUID_16BIT_LEN; in AssembleAttFindInforRspCharacteristicValPackage()
[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()
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()