Home
last modified time | relevance | path

Searched refs:pClientCallbackFunc (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.h47 explicit GattClientProfile(GattClientProfileCallback *pClientCallbackFunc, utility::Dispatcher *dispatcher);
H A Dgatt_client_profile.cpp39 impl(GattClientProfileCallback *pClientCallbackFunc, utility::Dispatcher *dispatcher, GattClientProfile &profile) in impl()
40 : pClientCallBack_(pClientCallbackFunc), in impl()
135 * @brief A constructor used to create <pClientCallbackFunc> and <dispatcher> instance..
140 GattClientProfile::GattClientProfile(GattClientProfileCallback *pClientCallbackFunc, utility::Dispatcher *dispatcher) in GattClientProfile() argument
141 : pimpl(new (std::nothrow)GattClientProfile::impl(pClientCallbackFunc, dispatcher, *this)) in GattClientProfile()
150 * @brief A destructor used to delete the <pClientCallbackFunc> and <dispatcher> instance.

Completed in 8 milliseconds