Home
last modified time | relevance | path

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

/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 in OHOS::bluetooth::GattServerProfileCallback
H A Dgatt_client_profile_callback.h46 virtual void OnExchangeMtuEvent(int reqId, uint16_t connectHandle, uint16_t rxMtu, bool status) {}; in OnExchangeMtuEvent() function in OHOS::bluetooth::GattClientProfileCallback
H A Dgatt_client_service.cpp1047 void GattClientService::impl::OnExchangeMtuEvent(int requestId, uint16_t connectHandle, uint16_t rxMtu, bool status) in OnExchangeMtuEvent() function in OHOS::bluetooth::GattClientService::impl
H A Dgatt_server_service.cpp873 void GattServerService::impl::OnExchangeMtuEvent(uint16_t connectionHandle, uint16_t rxMtu) in OnExchangeMtuEvent() function in OHOS::bluetooth::GattServerService::impl

Completed in 6 milliseconds