mirror of https://github.com/ARMmbed/mbed-os.git
trigger complete callbacks after sending HCI message
parent
3316e7ff66
commit
666f2f4b79
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue