Home | History | Annotate | Download | only in server

Lines Matching refs:authorized

762      * @param objectPath the path of the device requesting to be authorized
775 boolean authorized = false;
787 authorized = mA2dp.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
788 if (authorized && !BluetoothUuid.isAvrcpTarget(uuid)) {
797 Log.i(TAG, "" + authorized +
799 mA2dp.allowIncomingConnect(device, authorized);
804 authorized = mBluetoothService.getInputDevicePriority(device) >
806 if (authorized) {
812 mBluetoothService.allowIncomingProfileConnect(device, authorized);
816 authorized = mBluetoothService.allowIncomingTethering();
817 mBluetoothService.allowIncomingProfileConnect(device, authorized);
820 mBluetoothService.allowIncomingProfileConnect(device, authorized);
822 log("onAgentAuthorize(" + objectPath + ", " + deviceUuid + ") = " + authorized);