Searched defs:OnExchangeMtuEvent (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ | ||
H A D | gatt_server_profile_callback.h | 44 virtual void OnExchangeMtuEvent(uint16_t connectHandle, uint16_t rxMtu){}; in OnExchangeMtuEvent() function in OHOS::bluetooth::GattServerProfileCallback |
H A D | gatt_client_profile_callback.h | 46 virtual void OnExchangeMtuEvent(int reqId, uint16_t connectHandle, uint16_t rxMtu, bool status) {}; in OnExchangeMtuEvent() function in OHOS::bluetooth::GattClientProfileCallback |
H A D | gatt_client_service.cpp | 1047 void GattClientService::impl::OnExchangeMtuEvent(int requestId, uint16_t connectHandle, uint16_t rxMtu, bool status) in OnExchangeMtuEvent() function in OHOS::bluetooth::GattClientService::impl |
H A D | gatt_server_service.cpp | 873 void GattServerService::impl::OnExchangeMtuEvent(uint16_t connectionHandle, uint16_t rxMtu) in OnExchangeMtuEvent() function in OHOS::bluetooth::GattServerService::impl |
Completed in 6 milliseconds