Home
last modified time | relevance | path

Searched refs:UUID_128BIT_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.cpp403 uuidLen = UUID_128BIT_LEN; in DiscoverAllPrimaryServiceResponse()
454 uint8_t uuid128Bit[UUID_128BIT_LEN] = {0}; in DiscoverPrimaryServiceByUuidResponse()
582 uuidLen = UUID_128BIT_LEN; in DiscoverCharacteristicResponse()
1245 uint8_t uuid128Bit[UUID_128BIT_LEN] = {0}; in AssembleServicePackage()
1334 uint8_t uuid128Bit[UUID_128BIT_LEN] = {0}; in AssembleAttReadByGroupTypeRspPackage()
1346 (void)memcpy_s(list[num].attributeValue, UUID_128BIT_LEN, &uuid128Bit, UUID_128BIT_LEN); in AssembleAttReadByGroupTypeRspPackage()
1370 uint8_t uuid128Bit[UUID_128BIT_LEN] = {0}; in AssembleAttReadByTypeRspSvcPackage()
1373 …AssembleDataPackage(list[num].attributeValue, UUID_128BIT_LEN, offset, uuid128Bit, UUID_128BIT_LEN in AssembleAttReadByTypeRspSvcPackage()
1388 uint8_t uuid128Bit[UUID_128BIT_LEN] = {0}; in AssembleAttReadByTypeRspCharacteristicPackage()
1501 *len = UUID_128BIT_LEN; in AssembleAttFindInforRspCharacteristicValPackage()
[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()
303 (void)memcpy_s(BufferPtr(serviceUuid), UUID_128BIT_LEN, uuid128, UUID_128BIT_LEN); in DiscoverPrimaryServicesByServiceUuid()
386 uint8_t uuid128[UUID_128BIT_LEN] = {0}; in DiscoverCharacteristicByUuid()
409 } else if (uuid.GetUuidType() == UUID_128BIT_LEN) { in DiscoverCharacteristicByUuid()
412 (void)memcpy_s(tempUuid.uuid128, UUID_128BIT_LEN, uuid128, UUID_128BIT_LEN); in DiscoverCharacteristicByUuid()
483 uint8_t uuid128[UUID_128BIT_LEN] = {0}; in ReadUsingCharacteristicByUuid()
497 (void)memcpy_s(tempUuid.uuid128, UUID_128BIT_LEN, uuid128, UUID_128BIT_LEN); in ReadUsingCharacteristicByUuid()
1244 uint8_t value[UUID_128BIT_LEN] = {0}; in DiscoverAllPrimaryServiceParsing()
1252 UUID_128BIT_LEN, in DiscoverAllPrimaryServiceParsing()
[all …]
H A Dgatt_profile_defines.h61 UUID_128BIT_LEN = 0x10, enumerator