Home
last modified time | relevance | path

Searched refs:GattClientCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h53 class GattClientCallback {
171 virtual ~GattClientCallback() in ~GattClientCallback()
203 int Connect(std::weak_ptr<GattClientCallback> callback, bool isAutoConnect, int transport);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/
H A Djs_napi_blocklist.txt30 type:*OHOS::Bluetooth::GattClientCallback
32 type:*OHOS::Bluetooth::GattClientCallback
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client_callback.h33 class NapiGattClientCallback : public GattClientCallback {
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp28 class GattClientCallbackTest : public GattClientCallback {
H A Dgatt_client_test.cpp30 class GattClientCallbackTest : public GattClientCallback {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp41 class GattClientCallback : public IGattClientCallback { class
43 explicit GattClientCallback(BleAdapter &bleAdapter) : bleAdapter_(bleAdapter) in GattClientCallback() function in OHOS::bluetooth::BleAdapter::impl::GattClientCallback
45 ~GattClientCallback() in ~GattClientCallback()
130 std::unique_ptr<GattClientCallback> gattClientcallback_ {};
146 …mpl(BleAdapter &bleAdapter) : gattClientcallback_(std::make_unique<GattClientCallback>(bleAdapter)) in impl()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp101 std::weak_ptr<GattClientCallback> callback_;
435 std::shared_ptr<GattClientCallback> clientSptr = (callback_).lock(); in DiscoverComplete()
595 int GattClient::Connect(std::weak_ptr<GattClientCallback> callback, bool isAutoConnect, int transpo… in Connect()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp123 class GattClientCallbackWrapper : public GattClientCallback {