Searched refs:OnDescriptorWriteEvent (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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… in OnDescriptorWriteEvent() function
|
H A D | gatt_server_service.cpp | 93 …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 D | gatt_server_profile.cpp | 1663 … pServerCallBack_->OnDescriptorWriteEvent(connectHandle, attHandle, descPtr, BufferGetSize(value)); in WriteDescriptorProcess()
|