首页 > 编程知识 正文

二极管失效模式,功放音频输入衰减电路

时间:2023-05-05 05:51:55 阅读:44563 作者:362

前言:最近在调试项目产品时遇到了蓝牙连接问题。 我们发现模块使用低功耗蓝牙,并且在多次启动某个功能时蓝牙连接中断。 发现自检、触发功能没有问题。 记录并分析。 蓝牙常见问题解答定义:

# define BTA _ GATT _ ok GATT _ success # define BTA _ GATT _ invalid _ handle GATT _ invalid _ handle/*0x 001 */# effald # define BTA _ GATT _ write _ not _ # define BTA _ GATT _ write _ not _。 efinebta _ GATT _ invalid _ PDU GATT _ invalid _ PDU/*0x 0004 */# define BTA _ GATT _ insuf _ au au au authentication GATT _ t0x 0006 */# define BTA _ GATT _ invalid _ oot efinebta _ GATT _ insuf _ authorization GATT _ insuf _ au au au au authorization/* 0000006 define BTA _ GATT _ prepare _ q _ define BTA _ GATT _ prepare _ q _ dfinebta _ GATT _ not _ found GATT _ not _ fou fou nd define BTA _ GATT _ not _ long/efinebta _ GATT _ insuf _ key _ size GATT _ insuf _ key _ size/*0x 00 c */# define BTA _ GATT _ invalid _ attr _ efinebta _ GATT _ err _ unlikely GATT _ err _ unlikely/*0x 000 e */# define BTA _ GATT _ insuf _ encryption GATT _ iii dfinebta _ GATT _ un support _ grp _ type GATT _ u u un support _ grp _ typort define BTA _ GATT _ insuf _ refine efinebta _ GATT _ no _ resources GATT _ no _ resources/*0x 80 */# define BTA _ GATT _ internal _ error GATT _ interrorgatt _ nefinebta _ GATT _ internal dfinebta _ GATT _ wrong _ state ge define BTA _ GATT _ db _ full GATT _ db _ full/* * dfinebta _ GATT _ error GATT _ error/*0x 85 */# define BTA _ GATA started efinebta _ GATT _ illegal _ parameter GATT _ illegal _ parameter/*0x 87 */# define BTA _ GATT _ pending GATT _ pending dfinebta _ GATT _ auth _ fail GATT _ auth _ fail/*0x 89 */# *0x8a/# define dfinebta _ GATT _ service _ started/*0x8c */# define BTA _ GATT _ encryped dfinebta _ GATT _ encryped _ no _ mitm GATT _ encryped _ no _ mitm/*0x8d */# define BTA _ GATT _ not _ encrypted ded defineBTA _ GATT _ dup _ reg0x 90/*0x 90 */# define BTA _ # define BTA _ (reg0x 90/*0x 90 ) define BTA )。

这种状态的连接中断是因为手机端的连接中断,主从机正在交换信息时,由于主从机没有解除某些消息,主机可能会主动断开0x16。

连接被本地主机终止可以解释为手机连接到外围设备,但如果连接过程中出现配对、认证等问题,则认为此次配对连接是非法连接,自行进行了断开操作。0x22问题:

0x22甚至可以出现属于LMP或LL层的如上所述的宏的超时响应问题。 LMP是用于分配链路的链路控制协议,不会发送到上层。 如果理解没有握手,并且一方发送请求握手的数据包,对方需要在规定的时间内返回有有效响应的数据包。 如果经过一段时间后仍未接收到数据包,请断开连接并抛出状态代码。 在典型协议中,超时时间为40s.//从设备频繁接收连接参数更新[ 12336004336039.203 ] [ 15241 ] [ 55030 ] [ ] Bt/I : [ GATT 规定为- GATT _ conn _ param _ update _ result _ CB : status=0[ 12336004336039.203 ] [ 15242 ] [ 55031 ] [ ] [ ] BBB 蓝牙断开。 [ 12336005336019.605 ] [ 21834 ] [ 14459 ] [ ] Bt/I : [ GATT _ if ]-GATT _ SRV _ connection _ CB 3365360 conn reason I : func [ GATT _ SRV _ connection _ CB ] will CB [ 12336005336019.605 ] [ 21834 ] [ 14461 ] [ ] [ ] adpt/I : conn

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。