Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp225 static std::shared_ptr<GattAttribute> GetAttributeWithActualHandle(int serverId, uint16_t actualHan… in GetAttributeWithActualHandle() function
349 …std::shared_ptr<GattAttribute> attribute = GetAttributeWithActualHandle(serverId_, characteristic.… in OnCharacteristicReadRequest()
385 …std::shared_ptr<GattAttribute> attribute = GetAttributeWithActualHandle(serverId_, characteristic.… in OnCharacteristicWriteRequest()
425 …std::shared_ptr<GattAttribute> attribute = GetAttributeWithActualHandle(serverId_, descriptor.GetH… in OnDescriptorReadRequest()
461 …std::shared_ptr<GattAttribute> attribute = GetAttributeWithActualHandle(serverId_, descriptor.GetH… in OnDescriptorWriteRequest()