Home
last modified time | relevance | path

Searched refs:SatelliteControl (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h777 int SatelliteControl(int type, int state);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h63 virtual int32_t SatelliteControl(int type, int state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h66 int32_t SatelliteControl(int type, int state) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h38 int32_t SatelliteControl(int type, int state) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp663 int BluetoothHost::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHost
677 return proxy->SatelliteControl(type, state); in SatelliteControl()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp104 int32_t BluetoothHostProxy::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHostProxy
106 HILOGI("BluetoothHostProxy::SatelliteControl starts"); in SatelliteControl()
109 HILOGE("BluetoothHostProxy::SatelliteControl WriteInterfaceToken error"); in SatelliteControl()
119 HILOGE("BluetoothHostProxy::SatelliteControl done fail, error: %{public}d", error); in SatelliteControl()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1810 int32_t BluetoothHostServer::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 10 milliseconds