Home
last modified time | relevance | path

Searched refs:PROFILE_GATT_CLIENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp53 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in impl()
65 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GattManager()
82 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GetDevicesByStates()
110 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GetConnectedDevices()
H A Dbluetooth_gatt_client.cpp378 PROFILE_GATT_CLIENT, profileFunctions); in impl()
410 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in DiscoverStart()
517 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in GetServices()
588 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in ~GattClient()
614 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in Connect()
669 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in Disconnect()
687 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in Close()
791 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in ReadCharacteristic()
828 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in ReadDescriptor()
860 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in RequestBleMtuSize()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h33 const std::string PROFILE_GATT_CLIENT = "GattClientServer"; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp625 servers_.EnsureInsert(PROFILE_GATT_CLIENT, gattclient->AsObject()); in createServers()