Home
last modified time | relevance | path

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

/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, size_t len){}; in OnDescriptorWriteEvent() function in OHOS::bluetooth::GattServerProfileCallback
H A Dgatt_server_service.cpp93 void OnDescriptorWriteEvent(uint16_t connectionHandle, uint16_t valueHandle, GattValue &value, size_t length);
547 void OnDescriptorWriteEvent(uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t len) override
550 std::bind(&impl::OnDescriptorWriteEvent, service_.pimpl.get(), connectHandle, valueHandle, value, len));
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()

Completed in 9 milliseconds