S7 edge bluetooth doesn't work

If not already done please can you all attach log’s with the issue raised on gitlab. The development team was requesting if we could get kernel logs to help debug this issue as they would be better than standard Android logs
Steps to get a kernel log:

  1. Enable developer options on your phone
  2. Scroll down in the Developer settings and also enable ‘Root Access’
    when you click on this text it would display two choices - Disabled and ADB only . select ADB only
  3. Connect your phone with usb cable to access and run the adb commands from your PC
  4. From PC run the command adb root
    you should now see this message ‘restarting adbd as root’ on your PC screen
  5. Run this command
    adb shell dmesg>>log.txt
  6. This should get you a file named log.txt in the folder you are working in on your PC.
  7. Attach the log to the bug report here