使用W800做藍牙收發,使用APP lightBlue測試,
lightBlue可以搜索到藍牙並連接,lightBlue發送數據給W800,W800可以正確收到。但是W800在回複數據時,lightBlue無法接收到。Listen for notifications點擊無效。
參考過http://ask.winnermicro.com/article/21.html
{
.uuid = BLE_UUID16_DECLARE(WM_GATT_NOTIFY_UUID),
.val_handle = &g_ble_demo_attr_notify_handle,
.access_cb = notify_test,
.flags = BLE_GATT_CHR_F_NOTIFY,
}
也已經添加,對應的發送函數也添加了。