wireless/bluetooth: Completes basic Rx/Tx data paths. Still missing: device address discovery and pairing logic.

This commit is contained in:
Gregory Nutt
2018-04-02 06:38:31 -06:00
parent 5dd11f465b
commit 4ee0917789
4 changed files with 46 additions and 17 deletions
+2 -1
View File
@@ -54,9 +54,10 @@
#define BT_ADDR_ANY {0, 0, 0, 0, 0, 0}
#define BT_ADDR_LOCAL {0, 0, 0, 0xff, 0xff, 0xff}
/* Any channel */
/* Any channel, any PSM */
#define BT_CHANNEL_ANY 0
#define BT_PSM_ANY 0
/* Socket protocols.
*