在BLE Stack的样例程序中GlucoseSensor和GlucoseCollector的GATT层角色是怎样的呢?
在代码中我看到这两部分都有GATT_InitClient()这个调用,这个的意思是将系统设置为GATT Client角色嘛?
既然如此那么这两个应用是都以Server/Client两种角色同时运行的么?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在BLE Stack的样例程序中GlucoseSensor和GlucoseCollector的GATT层角色是怎样的呢?
在代码中我看到这两部分都有GATT_InitClient()这个调用,这个的意思是将系统设置为GATT Client角色嘛?
既然如此那么这两个应用是都以Server/Client两种角色同时运行的么?