Home
last modified time | relevance | path

Searched defs:OnExchangeMtuEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile_callback.h44 virtual void OnExchangeMtuEvent(uint16_t connectHandle, uint16_t rxMtu){}; in OnExchangeMtuEvent() function
H A Dgatt_client_profile_callback.h46 …virtual void OnExchangeMtuEvent(int reqId, uint16_t connectHandle, uint16_t rxMtu, bool status) {}; in OnExchangeMtuEvent() function
H A Dgatt_server_service.cpp495 void OnExchangeMtuEvent(uint16_t connectHandle, uint16_t rxMtu) override in OnExchangeMtuEvent() function in OHOS::bluetooth::GattServerService::impl::GattServerProfileCallbackImplement
873 void GattServerService::impl::OnExchangeMtuEvent(uint16_t connectionHandle, uint16_t rxMtu) in OnExchangeMtuEvent() function in OHOS::bluetooth::GattServerService::impl
H A Dgatt_client_service.cpp552 void OnExchangeMtuEvent(int reqId, uint16_t connectHandle, uint16_t rxMtu, bool status) override in OnExchangeMtuEvent() function in OHOS::bluetooth::GattClientService::impl::GattClientProfileCallbackImplement
1049 void GattClientService::impl::OnExchangeMtuEvent(int requestId, uint16_t connectHandle, uint16_t rx… in OnExchangeMtuEvent() function in OHOS::bluetooth::GattClientService::impl