mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 11:42:34 +00:00
hsp_hs: don't init rfcomm, fixes #113
This commit is contained in:
parent
58dff96705
commit
6c391f9851
@ -285,7 +285,6 @@ void hsp_hs_init(uint8_t rfcomm_channel_nr){
|
||||
hci_event_callback_registration.callback = &packet_handler;
|
||||
hci_add_event_handler(&hci_event_callback_registration);
|
||||
|
||||
rfcomm_init();
|
||||
rfcomm_register_service(packet_handler, rfcomm_channel_nr, 0xffff); // reserved channel, mtu limited by l2cap
|
||||
|
||||
hsp_hs_reset_state();
|
||||
|
Loading…
x
Reference in New Issue
Block a user