Bluetooth: start/stop bt-dun service based on DUN profile status
Start/Stop bt-dun service based on DUN profile status property "bluetooth.dun.status" Change-Id: I1cb5eedc5d4b0e340ce02f130aa04a8e1e37031d CRs-Fixed: 557180
This commit is contained in:
parent
52a090605c
commit
b0b4847379
|
@ -264,6 +264,12 @@ on property:bluetooth.sap.status=running
|
|||
on property:bluetooth.sap.status=stopped
|
||||
stop bt-sap
|
||||
|
||||
on property:bluetooth.dun.status=running
|
||||
start bt-dun
|
||||
|
||||
on property:bluetooth.dun.status=stopped
|
||||
stop bt-dun
|
||||
|
||||
on property:ro.bluetooth.ftm_enabled=true
|
||||
start ftmd
|
||||
|
||||
|
|
Loading…
Reference in New Issue