Home
last modified time | relevance | path

Searched refs:BluetoothPanObserverProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_pan_observer_proxy.h25 class BluetoothPanObserverProxy : public IRemoteProxy<IBluetoothPanObserver> {
27 explicit BluetoothPanObserverProxy( in BluetoothPanObserverProxy() function
29 ~BluetoothPanObserverProxy() {} in ~BluetoothPanObserverProxy()
33 static inline BrokerDelegator<BluetoothPanObserverProxy> delegator_;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_observer_proxy.cpp20 ErrCode BluetoothPanObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int … in OnConnectionStateChanged()
25 if (!data.WriteInterfaceToken(BluetoothPanObserverProxy::GetDescriptor())) { in OnConnectionStateChanged()