Searched refs:GattServiceBase (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_service_base.cpp | 24 const uint8_t GattServiceBase::MAXIMUM_NUMBER_APPLICATION = 0xFF; 26 int GattServiceBase::ConvertConnectionState(const std::string &state) in ConvertConnectionState() 40 Buffer *GattServiceBase::BuildBuffer(const uint8_t *value, size_t length) in BuildBuffer() 50 Buffer *GattServiceBase::BuildBuffer(const uint8_t *value, size_t offset, size_t length) in BuildBuffer() 60 GattValue GattServiceBase::MoveToGattValue(std::unique_ptr<uint8_t[]> &value) in MoveToGattValue() 67 GattValue GattServiceBase::BuildGattValue(const uint8_t *value, size_t length) in BuildGattValue() 75 int GattServiceBase::GetApplicationId() in GetApplicationId()
|
H A D | gatt_service_base.h | 28 class GattServiceBase { class 32 GattServiceBase() : runningState_(false), mutexRunningState_() in GattServiceBase() function in OHOS::bluetooth::GattServiceBase 34 virtual ~GattServiceBase() in ~GattServiceBase()
|
H A D | gatt_client_profile.cpp | 539 Buffer *buffer = GattServiceBase::BuildBuffer(value->get(), len); in ReadMultipleCharacteristicValue() 597 Buffer *buffer = GattServiceBase::BuildBuffer(value->get(), len); in WriteWithoutResponse() 619 Buffer *buffer = GattServiceBase::BuildBuffer(value->get(), len); in SignedWriteWithoutResponse() 647 Buffer *buffer = GattServiceBase::BuildBuffer(value->get(), len); in WriteCharacteristicValue() 678 Buffer *buffer = GattServiceBase::BuildBuffer(value->get(), 0x00, bufSize); in WriteLongCharacteristicValue() 704 Buffer *buffer = GattServiceBase::BuildBuffer(value->get(), len); in WriteDescriptorValue() 753 Buffer *buffer = GattServiceBase::BuildBuffer(value->get(), 0x00, len); in ReliableWriteCharacteristicValue() 1588 auto sharedPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(buffer), BufferGetSize(buffer)); in ReadCharacteristicValueParsing() 1620 auto sharedPtr = GattServiceBase::BuildGattValue(data, totalSize); in ReadLongCharacteristicValueParsing() 1642 auto sharedPtr = GattServiceBase in ReadUsingCharacteristicByUuidParsing() [all...] |
H A D | gatt_server_profile.cpp | 855 buffer = GattServiceBase::BuildBuffer(iter->second.data_->get(), (size_t)offset, (size_t)bufSize); in ReadBlobValueResponse() 901 auto dataPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(value), BufferGetSize(value)); in ReadMultipleCharacteristicValueResponse() 935 auto cccPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(value), BufferGetSize(value)); in WriteValueResponse() 972 auto sharedPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(value), BufferGetSize(value)); in WriteWithoutResponse() 977 auto sharedPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(value), BufferGetSize(value)); in WriteWithoutResponse() 1013 auto sharedPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(value), len); in WriteLongCharacteristicValueResponse() 1020 auto sharedPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(value), len); in WriteLongCharacteristicValueResponse() 1319 return GattServiceBase::BuildBuffer(data, sizeof(uint16_t)); in AssembleDescriptorPackage() 1662 auto descPtr = GattServiceBase::BuildGattValue((uint8_t *)BufferPtr(value), BufferGetSize(value)); in WriteDescriptorProcess() 2000 return GattServiceBase in GetAttributeValue() [all...] |
H A D | gatt_client_service.cpp | 82 struct GattClientService::impl : public GattServiceBase { 1063 int appid = GattServiceBase::GetApplicationId(); in RegisterApplication()
|
H A D | gatt_server_service.cpp | 48 struct GattServerService::impl : public GattServiceBase { 644 int appid = GattServiceBase::GetApplicationId(); in RegisterApplicationImpl()
|
H A D | gatt_connection_manager.cpp | 51 struct GattConnectionManager::impl : public GattServiceBase {
|
Completed in 15 milliseconds