trigger complete callbacks after sending HCI message

pull/13228/head
Paul Szczeanek 2020-06-12 08:25:05 +01:00 committed by Vincent Coubard
parent 3316e7ff66
commit 666f2f4b79
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ static void chciTrWrite(uint8_t prot, uint8_t type, uint16_t len, uint8_t *pData
#if (CHCI_TR_CUSTOM == 1)
CustomChciTrWrite(prot, type, len, pData);
chciTrSendComplete();
#endif
}