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

This commit is contained in:
zhiweijian 2018-10-30 20:01:13 +08:00
parent 5e048a9ebb
commit 454268da00

View file

@ -333,7 +333,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);