1{
2    "jobs" : [{
3            "name" : "post-fs-data",
4            "cmds" : [
5                "mkdir /data/bluetooth",
6                "mkdir /data/bluetooth/log",
7                "chown bluetooth bluetooth /data/bluetooth",
8                "chown bluetooth bluetooth /data/bluetooth/log",
9                "mkdir /data/service/el1/public/bluetooth 0711 bluetooth bluetooth",
10                "start bluetooth_service"
11            ]
12        }
13    ],
14    "services" : [{
15            "name" : "bluetooth_service",
16            "path" : ["/system/bin/sa_main", "/system/profile/bluetooth_service.json"],
17            "uid" : "bluetooth",
18            "gid" : ["bluetooth", "shell"],
19            "caps" : ["CAP_NET_ADMIN"],
20            "secon" : "u:r:bluetooth_service:s0",
21            "permission" : [
22                "ohos.permission.ANSWER_CALL"
23            ]
24        }
25    ]
26}
27