rfcomm: don't emit RFCOMM_CAN_SEND_NOW on channel open

This commit is contained in:
Matthias Ringwald 2016-03-31 14:25:32 +02:00
parent 5f27b1a1e1
commit b7b54f725a

View File

@ -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;
}
}