mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
add set/get txpwr api and fix issues such as disconnect and abnormal tx behavior for esp32c2
This commit is contained in:
@@ -116,9 +116,10 @@ struct ble_mbuf_hdr_rxinfo
|
||||
struct ble_mbuf_hdr_txinfo
|
||||
{
|
||||
uint8_t flags;
|
||||
uint8_t offset;
|
||||
uint8_t reserve0;
|
||||
uint8_t pyld_len;
|
||||
uint8_t hdr_byte;
|
||||
uint16_t offset;
|
||||
};
|
||||
|
||||
struct ble_mbuf_hdr
|
||||
|
||||
Reference in New Issue
Block a user