Skip to content

Commit 666f2f4

Browse files
paul-szczepanek-armpan-
authored andcommitted
trigger complete callbacks after sending HCI message
1 parent 3316e7f commit 666f2f4

File tree

1 file changed

+1
-0
lines changed
  • features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/common/chci

1 file changed

+1
-0
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/common/chci/chci_tr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ static void chciTrWrite(uint8_t prot, uint8_t type, uint16_t len, uint8_t *pData
431431

432432
#if (CHCI_TR_CUSTOM == 1)
433433
CustomChciTrWrite(prot, type, len, pData);
434+
chciTrSendComplete();
434435
#endif
435436
}
436437

0 commit comments

Comments
 (0)