连接问题与android ble

时间:2015-07-02 06:58:30

标签: android bluetooth-lowenergy

我有断开连接的问题, 下面是我的代码我根据之前的一些答案更改它用于获取响应,显示从ble设备到我的手机的数据,

但是在代码更改后我无法从设备获取数据我认为它必须使用" ENABLE_INDICATION_VALUE"和" ENABLE_NOTIFICATION_VALUE"

我可以同时打电话吗

$result[] = (object) array('src' => "{$mergedFile}", 'thumb_src' => "{$thumb_file}");
echo json_encode($result);

以后根据给定的stackoverflow问题:

enter link description here

我在行下面改了

bluetoothgattdescriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE);

要     bluetoothgattdescriptor.setValue(BluetoothGattDescriptor.ENABLE_INDICATION_VALUE);

0 个答案:

没有答案