Blame view

imx8m/smarc_mx8mm/init.imx8mm.lpddr4.rc 767 Bytes
3199ddb4e   Eric Lee   Android 10.0 patc...
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
  on early-boot
      # Prepare for wifi
      setprop wifi.interface wlan0
      setprop wifi.concurrent.interface p2p0
  
      setprop qcom.bluetooth.soc rome_uart
      setprop vendor.wc_transport.start_hci false
  
  on property:vendor.wc_transport.start_hci=true
      start start_hci_filter
  
  on property:vendor.wc_transport.start_hci=false
      stop start_hci_filter
  
  service start_hci_filter /vendor/bin/wcnss_filter
      class late_start
      user bluetooth
      group bluetooth diag
      disabled
  
  on property:vendor.wc_transport.start_root=true
      start hci_filter_root
  
  on property:vendor.wc_transport.start_root=false
      stop hci_filter_root
  
  service hci_filter_root /vendor/bin/wcnss_filter
      class late_start
      user bluetooth
      group bluetooth diag system
      disabled