Susan Yang:
请问您是1如何调用的呢?
另外您调试的时候能跳到 会收到 GAP_LINK_TERMINATED_EVENT 事件吗(在此设置断点)?请您参考下https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/615494 给出的方案
user4822357:
回复 Susan Yang:
在蓝牙连接上的时候,倒计时10S,直接调用
if(count > 10) { GAPRole_TerminateConnection(); Uart_printf("GAPRole_TerminateConnection = %X\n",GAPRole_TerminateConnection()); count = 0; }
打印出来是0X80;
连接没有任何反应