Searched refs:OnDescriptorWriteEvent (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile_callback.h | 60 virtual void OnDescriptorWriteEvent(uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t len){}; in OnDescriptorWriteEvent() function in OHOS::bluetooth::GattServerProfileCallback
|
H A D | gatt_server_service.cpp | 93 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 D | gatt_server_profile.cpp | 1663 pServerCallBack_->OnDescriptorWriteEvent(connectHandle, attHandle, descPtr, BufferGetSize(value)); in WriteDescriptorProcess()
|
Completed in 9 milliseconds