mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-24 12:40:47 +00:00
rfcomm: don't emit RFCOMM_CAN_SEND_NOW on channel open
This commit is contained in:
parent
5f27b1a1e1
commit
b7b54f725a
@ -180,8 +180,6 @@ static void rfcomm_emit_channel_opened(rfcomm_channel_t *channel, uint8_t status
|
||||
if (status) return;
|
||||
if (rfcomm_channel_can_send(channel)){
|
||||
rfcomm_emit_can_send_now(channel);
|
||||
} else {
|
||||
channel->waiting_for_can_send_now = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user