bth5.c | 1665 const uint8_t *sndpkt = NULL; local in function:bth5_le_timeout 1673 sndpkt = sync; 1678 sndpkt = conf; 1688 if (sndpkt != NULL) { 1695 if (sndpkt == conf || sndpkt == confresp) 1696 m_copyback(m, 0, 3, sndpkt); 1698 m_copyback(m, 0, 2, sndpkt);
|