Component/bt: fix ble cannot send or receive packet sometimes

This commit is contained in:
zhiweijian 2018-10-30 20:01:13 +08:00 committed by bot
parent a4357aed91
commit 1716d12547

View file

@ -332,7 +332,7 @@ static int host_recv_pkt_cb(uint8_t *data, uint16_t len)
pkt->layer_specific = 0;
memcpy(pkt->data, data, len);
fixed_queue_enqueue(hci_hal_env.rx_q, pkt);
hci_hal_h4_task_post(100 / portTICK_PERIOD_MS);
hci_hal_h4_task_post(0);
BTTRC_DUMP_BUFFER("Recv Pkt", pkt->data, len);