mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 05:42:49 +00:00
hsp_ag: fix emit of HSP_SUBEVENT_RFCOMM_CONNECTION_COMPLETE
This commit is contained in:
parent
12eeba7a6d
commit
faf3a63906
@ -663,7 +663,7 @@ static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *pack
|
|||||||
hsp_hs_rtk_send_sco_config = true;
|
hsp_hs_rtk_send_sco_config = true;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
emit_event_with_value(HSP_SUBEVENT_RFCOMM_CONNECTION_COMPLETE, status);
|
emit_event_rfcomm_connected(status);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RFCOMM_EVENT_CAN_SEND_NOW:
|
case RFCOMM_EVENT_CAN_SEND_NOW:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user