retry SDP respond on DAEMON_EVENT_HCI_PACKET_SENT, too

This commit is contained in:
matthias.ringwald@gmail.com 2012-01-29 14:37:42 +00:00
parent c49d55f5fb
commit efcd564040

View File

@ -631,6 +631,7 @@ static void sdp_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *p
break;
case L2CAP_EVENT_CREDITS:
case DAEMON_EVENT_HCI_PACKET_SENT:
sdp_try_respond();
break;