Searched refs:uuid16Bit (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile.cpp | 1248 uint16_t uuid16Bit = db_.GetService(attHandle)->uuid_.ConvertTo16Bits(); in AssembleServicePackage() local 1249 if (memcpy_s(BufferPtr(value), BufferGetSize(value), &uuid16Bit, UUID_16BIT_LEN) != EOK) { in AssembleServicePackage() 1250 LOG_ERROR("%{public}s: memcpy_s uuid16Bit fail", __FUNCTION__); in AssembleServicePackage() 1288 uint16_t uuid16Bit = db_.GetCharacteristic(attHandle)->uuid_.ConvertTo16Bits(); in AssembleCharacteristicPackage() local 1290 (uint8_t *)BufferPtr(value), BufferGetSize(value), &offset, (uint8_t *)&uuid16Bit, UUID_16BIT_LEN); in AssembleCharacteristicPackage() 1341 uint16_t uuid16Bit = service.uuid_.ConvertTo16Bits(); in AssembleAttReadByGroupTypeRspPackage() local 1342 (void)memcpy_s(list[num].attributeValue, UUID_16BIT_LEN, &uuid16Bit, UUID_16BIT_LEN); in AssembleAttReadByGroupTypeRspPackage() 1366 uint16_t uuid16Bit = db_.GetService(attHandle)->uuid_.ConvertTo16Bits(); in AssembleAttReadByTypeRspSvcPackage() local 1368 AssembleDataPackage(list[num].attributeValue, UUID_16BIT_LEN, offset, (uint8_t *)&uuid16Bit, UUID_16BIT_LEN); in AssembleAttReadByTypeRspSvcPackage() 1403 uint16_t uuid16Bit in AssembleAttReadByTypeRspCharacteristicPackage() local [all...] |
H A D | gatt_client_profile.cpp | 1344 uint16_t uuid16Bit = in FindIncludeServicesParsing() local 1346 Uuid svcUuid16Bit = Uuid::ConvertFrom16Bits(uuid16Bit); in FindIncludeServicesParsing()
|
Completed in 7 milliseconds