Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:device

29     boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice device);
38 boolean startVoiceRecognition(in BluetoothDevice device);
39 boolean stopVoiceRecognition(in BluetoothDevice device);
41 List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device);
42 Bundle getCurrentAgEvents(in BluetoothDevice device);
44 boolean acceptCall(in BluetoothDevice device, int flag);
45 boolean holdCall(in BluetoothDevice device);
46 boolean rejectCall(in BluetoothDevice device);
47 boolean terminateCall(in BluetoothDevice device, in BluetoothHeadsetClientCall call);
49 boolean enterPrivateMode(in BluetoothDevice device, int index);
50 boolean explicitCallTransfer(in BluetoothDevice device);
52 BluetoothHeadsetClientCall dial(in BluetoothDevice device, String number);
54 boolean sendDTMF(in BluetoothDevice device, byte code);
55 boolean getLastVoiceTagNumber(in BluetoothDevice device);
57 int getAudioState(in BluetoothDevice device);
58 boolean connectAudio(in BluetoothDevice device);
59 boolean disconnectAudio(in BluetoothDevice device);
60 void setAudioRouteAllowed(in BluetoothDevice device, boolean allowed);
61 boolean getAudioRouteAllowed(in BluetoothDevice device);
63 Bundle getCurrentAgFeatures(in BluetoothDevice device);