Blob: org.bluez.AdminPolicyStatus.rst
Blob id: 18008a2b07aff37a064fa98e2cea7f6d8ecc8fc6
Size: 1.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | =========================== org.bluez.AdminPolicyStatus =========================== ----------------------------------------------- BlueZ D-Bus AdminPolicyStatus API documentation ----------------------------------------------- :Version: BlueZ :Date: October 2023 :Manual section: 5 :Manual group: Linux System Administration Description =========== Interface AdminPolicyStatus1 provides readonly properties to indicate the current values of admin policy affecting the Adapter and Device objects. Interface ========= Adapter ------- :Service: org.bluez :Interface: org.bluez.AdminPolicyStatus1 [experimental] :Object path: [variable prefix]/{hci0,hci1,...} Device ------ :Service: org.bluez :Interface: org.bluez.AdminPolicyStatus1 [experimental] :Object path: [variable prefix]/{hci0,hci1,...}/dev_{BDADDR} Properties ---------- array{string} ServiceAllowList [readonly, adapter-only] ``````````````````````````````````````````````````````` Current value of service allow list. bool IsAffectedByPolicy [readonly, device-only] ``````````````````````````````````````````````` Indicate if there is any auto-connect profile in this device is not allowed by admin policy. |