Searched refs:GATT_INSUFFICIENT_AUTHORIZATION (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 1211 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testCharacteristicReadRejectedUnauthorized() 1283 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testCharacteristicReadUnknownUnauthorized() 1312 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testCharacteristicWriteRejectedUnauthorized() 1359 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testDescriptorReadRejectedUnauthorized() 1384 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testDescriptorReadUnknownUnauthorized() 1414 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testDescriptorWriteRejectedUnauthorized() 1444 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testDescriptorWriteUnknownUnauthorized()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 1047 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testCharacteristicReadAccessRejectedUnauthorized() 1137 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testCharacteristicWriteAccessRejectedUnauthorized() 1183 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testDescriptorReadAccessRejectedUnauthorized() 1231 eq(BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION), in testDescriptorWriteAccessRejectedUnauthorized()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 1053 BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION, in onRejectedAuthorizationGattOperation() 1062 BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION, in onRejectedAuthorizationGattOperation() 1081 BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION, in onRejectedAuthorizationGattOperation()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 816 BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION, in onRejectedAuthorizationGattOperation() 825 BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION, in onRejectedAuthorizationGattOperation() 844 BluetoothGatt.GATT_INSUFFICIENT_AUTHORIZATION, in onRejectedAuthorizationGattOperation()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 121 public static final int GATT_INSUFFICIENT_AUTHORIZATION = 0x8; field in BluetoothGatt
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 633 field public static final int GATT_INSUFFICIENT_AUTHORIZATION = 8; // 0x8
|