/src/sys/dev/bluetooth/ |
bcsp.c | 1601 const uint8_t *sndpkt = NULL; local in function:bcsp_le_timeout 1609 sndpkt = sync; 1614 sndpkt = conf; 1624 if (sndpkt != NULL) { 1631 m_copyback(m, 0, 4, sndpkt);
|
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);
|
bcsp.c | 1601 const uint8_t *sndpkt = NULL; local in function:bcsp_le_timeout 1609 sndpkt = sync; 1614 sndpkt = conf; 1624 if (sndpkt != NULL) { 1631 m_copyback(m, 0, 4, sndpkt);
|
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);
|