ボタンをクリックしてBluetooth検出プロセスを停止します。私はbtAdapter.cancelDiscovery()
を使用しますが、私のアプリはまだデバイスをスキャンします。私はすでにBLUETOOTH_ADMIN
の許可をマニフェストに入れました。ここで何かが恋しい?Android cancelDiscovery Bluetoothが動作しません
編集:ポストLogcat
DEBUG/TAG(2901): stop Discovery
ERROR/BluetoothEventLoop.cpp(98): event_filter: Received signal org.bluez.Adapter:PropertyChanged from /org/bluez/2664/hci0
ERROR/BluetoothService.cpp(98): stopDiscoveryNative: D-Bus error in StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
INFO/DTUN_CLNT(2664): Client calling DTUN_METHOD_DM_START_DISCOVERY (id 2)
INFO/(2649): DTUN_ReceiveCtrlMsg: [DTUN] Received message [BTLIF_DTUN_METHOD_CALL] 4354
INFO/(2649): handle_method_call: handle_method_call :: received DTUN_METHOD_DM_START_DISCOVERY (id 2), len 0
ログを投稿してください。 –
@Dennis Mathews:編集済みの記事をご覧ください。 – springrolls