Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp88 std::unique_ptr<GattClientProfileCallbackImplement> profileCallback_ = {nullptr}; member
569 profileCallback_(std::make_unique<GattClientProfileCallbackImplement>(service)), in impl()
570 profile_(std::make_unique<GattClientProfile>(profileCallback_.get(), service.GetDispatcher())), in impl()
H A Dgatt_server_service.cpp54 std::unique_ptr<GattServerProfileCallbackImplement> profileCallback_ = {nullptr}; member
618 profileCallback_(std::make_unique<GattServerProfileCallbackImplement>(service)), in impl()
620 profileCallback_.get(), service.GetDispatcher(), GetBleServerExchangeMtu())), in impl()

Completed in 5 milliseconds