Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile_callback.h58 virtual void OnExecuteWriteEvent(uint16_t connectHandle, uint16_t valueHandle, int state){}; in OnExecuteWriteEvent() function
H A Dgatt_server_service.cpp537 void OnExecuteWriteEvent(uint16_t connectHandle, uint16_t valueHandle, int state) override in OnExecuteWriteEvent() function in OHOS::bluetooth::GattServerService::impl::GattServerProfileCallbackImplement