Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h350 int32_t SetDeviceCustomType(int32_t deviceType) const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp350 int32_t BluetoothRemoteDevice::SetDeviceCustomType(int32_t deviceType) const in SetDeviceCustomType() function in OHOS::Bluetooth::BluetoothRemoteDevice
360 return hostProxy->SetDeviceCustomType(address_, deviceType); in SetDeviceCustomType()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h130 virtual int32_t SetDeviceCustomType(const std::string &address, int32_t deviceType) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h126 int32_t SetDeviceCustomType(const std::string &address, int32_t deviceType) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h105 int32_t SetDeviceCustomType(const std::string &address, int32_t deviceType) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp743 int32_t err = remoteDevice.SetDeviceCustomType(deviceType); in SetRemoteDeviceType()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1624 int32_t BluetoothHostProxy::SetDeviceCustomType(const std::string &address, int32_t deviceType) in SetDeviceCustomType() function in OHOS::Bluetooth::BluetoothHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1825 int32_t BluetoothHostServer::SetDeviceCustomType(const std::string &address, int32_t deviceType) in SetDeviceCustomType() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 11 milliseconds