Searched refs:GATT_DEFAULT_MTU (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_defines.h | 40 constexpr uint8_t GATT_DEFAULT_MTU = 0x17; member in OHOS::bluetooth::GattPermissionService
|
H A D | gatt_profile_defines.h | 78 uint16_t mtu_ = GATT_DEFAULT_MTU;
|
H A D | gatt_client_profile.cpp | 1048 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 D | gatt_connection_manager.cpp | 1115 mtu_(GATT_DEFAULT_MTU), in Device() 1133 mtu_(GATT_DEFAULT_MTU), in Device() 1501 device_.mtu_ = GATT_DEFAULT_MTU; in Entry()
|
H A D | gatt_server_profile.cpp | 359 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