add set/get txpwr api and fix issues such as disconnect and abnormal tx behavior for esp32c2

This commit is contained in:
zwl
2022-08-08 21:57:22 +08:00
parent 8e361d3df0
commit 30e47072f9
5 changed files with 165 additions and 40 deletions

View File

@@ -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