Home
last modified time | relevance | path

Searched refs:GATT_DEFAULT_MTU (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_defines.h40 constexpr uint8_t GATT_DEFAULT_MTU = 0x17; member in OHOS::bluetooth::GattPermissionService
H A Dgatt_profile_defines.h78 uint16_t mtu_ = GATT_DEFAULT_MTU;
H A Dgatt_client_profile.cpp1048 pClientCallBack_->OnExchangeMtuEvent(reqId, connectHandle, GATT_DEFAULT_MTU, false); in IndicateRequestRetToService()
1084 MtuInfo mtuRet = {false, GATT_DEFAULT_MTU}; in GetMtuInformation()
1218 if (mtu < GATT_DEFAULT_MTU) { in ExchangeMtuParsing()
1220 mtu = GATT_DEFAULT_MTU; in ExchangeMtuParsing()
2406 this->clientProfile_.pimpl->SetMtuInformation(connectionHandle, false, GATT_DEFAULT_MTU);
H A Dgatt_connection_manager.cpp1115 mtu_(GATT_DEFAULT_MTU), in Device()
1133 mtu_(GATT_DEFAULT_MTU), in Device()
1501 device_.mtu_ = GATT_DEFAULT_MTU; in Entry()
H A Dgatt_server_profile.cpp359 if (mtu < GATT_DEFAULT_MTU) { in ExchangeMTUResponse()
1678 uint16_t mtu = GATT_DEFAULT_MTU; in GetMtuInformation()
1854 std::bind(&impl::SetMtuInformation, serverProfile_.pimpl.get(), connectionHandle, GATT_DEFAULT_MTU));

Completed in 11 milliseconds