BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION 是一个蓝牙HCI(Host Controller Interface)错误码,表示连接由本地主机终止。 错误码解释 错误码:BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION(通常表示为0x16) 含义:这个错误码表明蓝牙连接是由本地主机(即发起连接的设备)主动终止的。这
I am using nRF UART2.0 and nRF51822. I am sending some data from nRF51822 to nRF UART2.0 But after 3 minutes, I can get disconnection. and 0x16 error is "BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION" Plus) I found that when I connect with android, disconnection occur after 3 minutes, and...