mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
fix SPP server bugs when the BTC layer can not allocate a slot for the listen port
This commit is contained in:
@@ -103,7 +103,7 @@ static const char *result_code_strings[] = {
|
||||
*******************************************************************************/
|
||||
int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, BOOLEAN is_server,
|
||||
UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle,
|
||||
tPORT_CALLBACK *p_mgmt_cb)
|
||||
tPORT_MGMT_CALLBACK *p_mgmt_cb)
|
||||
{
|
||||
tPORT *p_port;
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user