diff --git a/app.te b/app.te
index be0983fb4ad12b057ae9e0cce7cfcf30cffe1847..41866d9098a290029cbaa70ad7d52190965f3dd8 100644
--- a/app.te
+++ b/app.te
@@ -105,7 +105,7 @@ unix_socket_connect(untrusted_app, dnsproxyd, netd)
 }
 # Bluetooth access.
 bool app_bluetooth false;
-if (app_bluetooth) {
+if (app_bluetooth or android_cts) {
 # No specific SELinux class for bluetooth sockets presently.
 allow untrusted_app self:socket *;
 }