Searched refs:maxMtu (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile.h | 50 GattServerProfileCallback *pServerCallbackFunc, utility::Dispatcher *dispatcher, uint16_t maxMtu);
|
H A D | gatt_server_profile.cpp | 27 impl(GattServerProfileCallback *pServerCallbackFunc, utility::Dispatcher *dispatcher, uint16_t maxMtu, in impl() 34 mtu_(maxMtu) in impl() 138 * @brief A constructor used to create <pServerCallbackFunc> <dispatcher> and <maxMtu> instance.. 143 GattServerProfileCallback *pServerCallbackFunc, utility::Dispatcher *dispatcher, uint16_t maxMtu) in GattServerProfile() 144 : pimpl(new (std::nothrow)GattServerProfile::impl(pServerCallbackFunc, dispatcher, maxMtu, *this)) in GattServerProfile() 153 * @brief A destructor used to delete the <pServerCallbackFunc> <dispatcher> and <maxMtu> instance. 142 GattServerProfile( GattServerProfileCallback *pServerCallbackFunc, utility::Dispatcher *dispatcher, uint16_t maxMtu) GattServerProfile() argument
|
Completed in 4 milliseconds