mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
wireless/bluetooth: Completes basic Rx/Tx data paths. Still missing: device address discovery and pairing logic.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user