Home
last modified time | relevance | path

Searched refs:GattClient (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp93 struct GattClient::impl {
114 bool Init(std::weak_ptr<GattClient> client);
126 class GattClient::impl::BluetoothGattClientCallbackStubImpl : public BluetoothGattClientCallbackStub {
131 std::shared_ptr<GattClient> clientSptr = (client_).lock();
143 std::shared_ptr<GattClient> clientSptr = (client_).lock();
162 std::shared_ptr<GattClient> clientSptr = (client_).lock();
183 std::shared_ptr<GattClient> clientSptr = (client_).lock();
210 std::shared_ptr<GattClient> clientSptr = (client_).lock();
234 std::shared_ptr<GattClient> clientSptr = (client_).lock();
261 std::shared_ptr<GattClient> clientSpt
571 GattClient::GattClient(const BluetoothRemoteDevice &device) : pimpl(new GattClient::impl(device)) GattClient() function in OHOS::Bluetooth::GattClient
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h176 * @brief Class for GattClient functions.
181 class BLUETOOTH_API GattClient : public std::enable_shared_from_this<GattClient> { class
197 * @param isAutoConnect isAutoConnect of GattClient.
198 * @param transport transport of GattClient.
208 * @param connPriority connPriority of GattClient.
252 * @param uuid uuid of GattClient.
291 * @param mtu mtu of GattClient.
302 * @param enable enable of GattClient.
313 * @param enable enable of GattClient
[all...]
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_client_test.cpp116 * @tc.name: GattClient
122 GattClient client(device); in HWTEST_F()
134 GattClient client(device); in HWTEST_F()
151 GattClient client(device); in HWTEST_F()
169 GattClient client(device); in HWTEST_F()
187 GattClient client(device); in HWTEST_F()
210 GattClient client(device); in HWTEST_F()
227 GattClient client(device); in HWTEST_F()
249 GattClient client(device); in HWTEST_F()
270 GattClient clien in HWTEST_F()
[all...]
H A Dgatt_manager_test.cpp117 GattClient client(device); in HWTEST_F()
140 GattClient client(device); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client.h62 std::shared_ptr<GattClient> &GetClient() in GetClient()
81 client_ = std::make_shared<GattClient>(*device_); in NapiGattClient()
91 std::shared_ptr<GattClient> client_ = nullptr;
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp53 std::shared_ptr<GattClient> gattClient;
83 static GattCharacteristic *GattcFindCharacteristic(int clientId, std::shared_ptr<GattClient> &client, in GattcFindCharacteristic()
423 std::shared_ptr<GattClient> client = nullptr; in BleGattcConnect()
430 client = std::make_shared<GattClient>(device); in BleGattcConnect()
491 std::shared_ptr<GattClient> client = iter->second.gattClient; in BleGattcSetPriority()
512 std::shared_ptr<GattClient> client = iter->second.gattClient; in BleGattcDisconnect()
539 std::shared_ptr<GattClient> client = iter->second.gattClient; in BleGattcSearchServices()
568 std::shared_ptr<GattClient> client = iter->second.gattClient; in BleGattcGetService()
606 std::shared_ptr<GattClient> client = nullptr; in BleGattcReadCharacteristic()
632 std::shared_ptr<GattClient> clien in BleGattcWriteCharacteristic()
[all...]
H A Dohos_bt_socket.cpp208 std::shared_ptr<GattClient> client = nullptr; in SocketSetFastConnection()
210 client = std::make_shared<GattClient>(device); in SocketSetFastConnection()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp154 static GattCharacteristic *GetCharacteristic(const std::shared_ptr<GattClient> &client, in GetCharacteristic()
167 static GattCharacteristic *GetGattcCharacteristic(const std::shared_ptr<GattClient> &client, in GetGattcCharacteristic()
178 static GattDescriptor *GetGattcDescriptor(const std::shared_ptr<GattClient> &client, in GetGattcDescriptor()
237 std::shared_ptr<GattClient> client = gattClient->GetClient(); in Connect()
253 std::shared_ptr<GattClient> client = gattClient->GetClient(); in Disconnect()
416 std::shared_ptr<GattClient> client = gattClient->GetClient(); in Close()
452 std::shared_ptr<GattClient> client = gattClient->GetClient(); in SetBLEMtuSize()
751 std::shared_ptr<GattClient> client = gattClient->GetClient(); in WriteCharacteristicValue()
790 std::shared_ptr<GattClient> client = gattClient->GetClient(); in WriteDescriptorValue()
832 std::shared_ptr<GattClient> clien in SetNotifyCharacteristicChanged()
[all...]

Completed in 7 milliseconds