Searched refs:BluetoothGattServerCallbackProxy (Results 1 – 2 of 2) sorted by relevance
21 void BluetoothGattServerCallbackProxy::OnCharacteristicReadRequest( in OnCharacteristicReadRequest()25 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnCharacteristicReadRequest()49 void BluetoothGattServerCallbackProxy::OnConnectionStateChanged( in OnConnectionStateChanged()54 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnConnectionStateChanged()85 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnAddService()109 void BluetoothGattServerCallbackProxy::OnCharacteristicWriteRequest( in OnCharacteristicWriteRequest()113 if (!data.WriteInterfaceToken(BluetoothGattServerCallbackProxy::GetDescriptor())) { in OnCharacteristicWriteRequest()142 void BluetoothGattServerCallbackProxy::OnDescriptorReadRequest( in OnDescriptorReadRequest()170 void BluetoothGattServerCallbackProxy::OnDescriptorWriteRequest( in OnDescriptorWriteRequest()225 void BluetoothGattServerCallbackProxy::OnNotifyConfirm( in OnNotifyConfirm()[all …]
24 class BluetoothGattServerCallbackProxy : public IRemoteProxy<IBluetoothGattServerCallback> {26 explicit BluetoothGattServerCallbackProxy(const sptr<IRemoteObject> &impl) in BluetoothGattServerCallbackProxy() function28 ~BluetoothGattServerCallbackProxy() {}; in ~BluetoothGattServerCallbackProxy()46 static inline BrokerDelegator<BluetoothGattServerCallbackProxy> delegator_;