mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
component/bt: squash the branch of the early commit
component/bt: squash the branch of the early commit component/bt: Added the set static random address callback to the bt project. component/bt: fixed the set static random address error. component/bt: fixed the set static random address error.
This commit is contained in:
@@ -58,6 +58,7 @@ typedef bool BOOLEAN;
|
||||
*/
|
||||
#define BT_EVT_MASK 0xFF00
|
||||
#define BT_SUB_EVT_MASK 0x00FF
|
||||
#define BT_STATIC_RAND_ADDR_MASK 0xC0
|
||||
/* To Bluetooth Upper Layers */
|
||||
/************************************/
|
||||
#define BT_EVT_TO_BTU_L2C_EVT 0x0900 /* L2CAP event */
|
||||
|
Reference in New Issue
Block a user