Searched refs:SatelliteControl (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 777 int SatelliteControl(int type, int state);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 63 virtual int32_t SatelliteControl(int type, int state) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 66 int32_t SatelliteControl(int type, int state) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 38 int32_t SatelliteControl(int type, int state) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 663 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 D | bluetooth_host_proxy.cpp | 104 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 D | bluetooth_host_server.cpp | 1810 int32_t BluetoothHostServer::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHostServer
|
Completed in 10 milliseconds