mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/resolve_redefinition_in_spp_and_hid_v4.4' into 'release/v4.4'
bugfix/resolve redefinition in btc_spp.h and btc_hd.h/btc_hh.h (v4.4) See merge request espressif/esp-idf!18824
This commit is contained in:
commit
6e63caa4fa
@ -58,14 +58,14 @@ typedef union {
|
|||||||
tSDP_UUID *p_uuid_list;
|
tSDP_UUID *p_uuid_list;
|
||||||
} start_discovery;
|
} start_discovery;
|
||||||
//BTC_SPP_ACT_CONNECT
|
//BTC_SPP_ACT_CONNECT
|
||||||
struct connect_arg {
|
struct conn_arg {
|
||||||
esp_spp_sec_t sec_mask;
|
esp_spp_sec_t sec_mask;
|
||||||
esp_spp_role_t role;
|
esp_spp_role_t role;
|
||||||
UINT8 remote_scn;
|
UINT8 remote_scn;
|
||||||
esp_bd_addr_t peer_bd_addr;
|
esp_bd_addr_t peer_bd_addr;
|
||||||
} connect;
|
} connect;
|
||||||
//BTC_SPP_ACT_DISCONNECT
|
//BTC_SPP_ACT_DISCONNECT
|
||||||
struct disconnect_arg {
|
struct disconn_arg {
|
||||||
UINT32 handle;
|
UINT32 handle;
|
||||||
} disconnect;
|
} disconnect;
|
||||||
//BTC_SPP_ACT_START_SRV
|
//BTC_SPP_ACT_START_SRV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user