递归火山软件开发平台

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 火山 源码 类库
查看: 4869|回复: 3
打印 上一主题 下一主题

请问一下大神,这段代码语法有没有什么问题......................

 关闭 [复制链接]

6

主题

26

帖子

124

积分

注册会员

Rank: 2

积分
124
跳转到指定楼层
楼主
发表于 2019-2-21 14:23:21 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 heyu852521 于 2019-2-21 14:25 编辑

public void int XXX(String ServiceUUID,String CharaUUID){
  BluetoothGattService service = mBluetoothGatt.getService(UUID.fromString(ServiceUUID));
    if (service == null){ return 1; }else{
  BluetoothGattCharacteristic characteristic = service.getCharacteristic(UUID.fromString(CharaUUID));
    if (characteristic == null){ return 2; }else{
  boolean aaa = mBluetoothGatt.setCharacteristicNotification(characteristic, true);
    if (aaa == false){ return 3;}else{
  BluetoothGattDescriptor desc = characteristic.getDescriptor(UUID.fromString(CharaUUID));
    if (desc == null){ return 4; }else{
       boolean bbb = desc.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE);
    if (bbb == false){ return 5; }else{
  boolean ccc = mBluetoothGatt.writeDescriptor(desc);
    if (ccc == false){ return 6; }else{return 0;}}}}}}}

火山类库的代码


回复

使用道具 举报

6

主题

26

帖子

124

积分

注册会员

Rank: 2

积分
124
沙发
 楼主| 发表于 2019-2-22 21:22:22 | 只看该作者
这论坛咋了..................没人了吗
回复

使用道具 举报

59

主题

646

帖子

4681

积分

贵宾

Rank: 9Rank: 9Rank: 9

积分
4681
QQ
板凳
发表于 2019-2-23 11:48:12 | 只看该作者
方法声明就错了,void int ?格式的话除了mBluetoothGatt变量以外,没其他错误
QQ8592101
回复

使用道具 举报

6

主题

26

帖子

124

积分

注册会员

Rank: 2

积分
124
地板
 楼主| 发表于 2019-2-26 21:34:40 | 只看该作者
飞翔的企鹅 发表于 2019-2-23 11:48
方法声明就错了,void int ?格式的话除了mBluetoothGatt变量以外,没其他错误

mBluetoothGatt是个全局变量,去掉 void 就可以了是吧?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|递归火山软件开发平台 ( 鄂ICP备18029190号 )

GMT+8, 2024-11-26 07:03 , Processed in 0.089435 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表