Home
last modified time | relevance | path

Searched refs:GetDeviceTransport (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h163 uint8_t GetDeviceTransport(uint16_t handle) const;
H A Dgatt_connection_manager.cpp251 uint8_t GattConnectionManager::GetDeviceTransport(uint16_t handle) const in GetDeviceTransport() function in OHOS::bluetooth::GattConnectionManager
H A Dgatt_client_profile.cpp216 …if (GattConnectionManager::GetInstance().GetDeviceTransport(connectHandle) == GATT_TRANSPORT_TYPE_… in ExchangeMtu()