Searched refs:IBluetoothSap (Results 1 – 5 of 5) sorted by relevance
113 private IBluetoothSap mService;149 mService = IBluetoothSap.Stub.asInterface(service); in onServiceConnected()158 private IBluetoothSap getService() { in getService()179 final IBluetoothSap service = getService(); in getState()204 final IBluetoothSap service = getService(); in getClient()229 final IBluetoothSap service = getService(); in isConnected()266 final IBluetoothSap service = getService(); in disconnect()290 final IBluetoothSap service = getService(); in getConnectedDevices()315 final IBluetoothSap service = getService(); in getDevicesMatchingConnectionStates()370 IBluetoothSap service = IBluetoothSap.Stub.asInterface(pairQuery.first);[all …]
27 interface IBluetoothSap { interface
973 Landroid/bluetooth/BluetoothSap;->mService:Landroid/bluetooth/IBluetoothSap;2314 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V2315 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z2316 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z2317 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getClient()Landroid/bluetooth/BluetoothDevice;2318 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getConnectedDevices()Ljava/util/List;2319 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice…2320 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;2321 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;2322 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I[all …]
57 "android/bluetooth/IBluetoothSap.aidl",
15 import android.bluetooth.IBluetoothSap;905 private static class SapBinder extends IBluetoothSap.Stub implements IProfileServiceBinder {