Skip to content

Commit 0de3510

Browse files
paul-szczepanek-arm0xc0170
authored andcommitted
service immediately after sending
1 parent 8ddaf84 commit 0de3510

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ static void chciTrWrite(uint8_t prot, uint8_t type, uint16_t len, uint8_t *pData
401401
PalSysSetBusy();
402402
#else
403403
FakeChciTrWrite(prot, type, len, pData);
404+
chciTrCb.wrBufComp = TRUE;
405+
ChciTrService();
404406
#endif
405407
}
406408

0 commit comments

Comments
 (0)