Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile_callback.h56 virtual void OnIndicationEvent(uint16_t connectHandle, uint16_t valueHandle, int result){}; in OnIndicationEvent() function in OHOS::bluetooth::GattServerProfileCallback
H A Dgatt_server_service.cpp94 void OnIndicationEvent(uint16_t connectionHandle, uint16_t valueHandle, int ret);
527 void OnIndicationEvent(uint16_t connectHandle, uint16_t valueHandle, int result) override
530 std::bind(&impl::OnIndicationEvent, service_.pimpl.get(), connectHandle, valueHandle, result));
1047 void GattServerService::impl::OnIndicationEvent(uint16_t connectionHandle, uint16_t valueHandle, int ret) in OnIndicationEvent() function in OHOS::bluetooth::GattServerService::impl
H A Dgatt_server_profile.cpp1072 pServerCallBack_->OnIndicationEvent(connectHandle, attResp->second.value_, ret); in HandleValueConfirmationResponse()
2059 pimpl->pServerCallBack_->OnIndicationEvent(connectHandle, handle, GATT_FAILURE); in SendIndication()

Completed in 6 milliseconds