Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile_callback.h60 …virtual void OnDescriptorWriteEvent(uint16_t connectHandle, uint16_t valueHandle, GattValue &value… in OnDescriptorWriteEvent() function
H A Dgatt_server_service.cpp93 …void OnDescriptorWriteEvent(uint16_t connectionHandle, uint16_t valueHandle, GattValue &value, siz…
547 …void OnDescriptorWriteEvent(uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t… in OnDescriptorWriteEvent() function in OHOS::bluetooth::GattServerService::impl::GattServerProfileCallbackImplement
550 …std::bind(&impl::OnDescriptorWriteEvent, service_.pimpl.get(), connectHandle, valueHandle, value, … in OnDescriptorWriteEvent()
1013 void GattServerService::impl::OnDescriptorWriteEvent( in OnDescriptorWriteEvent() function in OHOS::bluetooth::GattServerService::impl
H A Dgatt_server_profile.cpp1663 … pServerCallBack_->OnDescriptorWriteEvent(connectHandle, attHandle, descPtr, BufferGetSize(value)); in WriteDescriptorProcess()