noble / bleno

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
MIT License
2.12k stars 447 forks source link

disable bluetooth cause problem. #435

Open NXTminxu opened 5 years ago

NXTminxu commented 5 years ago

Hi there,

I'm using Pine64 with rtl8723bs_bt. sudo systemctl disable bluetooth can cause BLE work wired!!! The data only send out once, then it stop. receive data is OK.

Do NOT disable bluetooth. only use systemctl stop bluetooth before start bleno application.