Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:priority

322      * Set priority of the profile
325 * Priority can be one of {@link #PRIORITY_ON} orgetBluetoothManager
332 * @param priority
333 * @return true if priority is set, false on error
336 public boolean setPriority(BluetoothDevice device, int priority) {
337 if (DBG) log("setPriority(" + device + ", " + priority + ")");
340 if (priority != BluetoothProfile.PRIORITY_OFF &&
341 priority != BluetoothProfile.PRIORITY_ON){
345 return mService.setPriority(device, priority);
356 * Get the priority of the profile.
358 * <p> The priority can be any of:
365 * @return priority of the device