HomeSort by: relevance | last modified time | path
    Searched defs:confresp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/bluetooth/
bcsp.c 1437 static const uint8_t confresp[] = BCSP_LE_CONFRESP; variable in typeref:typename:const uint8_t[]
1499 { "conf-resp", confresp },
1548 rplypkt = confresp;
1549 else if (*rcvpkt == *(const uint32_t *)confresp) {
1563 rplypkt = confresp;
bth5.c 1476 static const uint8_t confresp[] = BTH5_LE_CONFRESP; variable in typeref:typename:const uint8_t[]
1544 { "conf-resp", confresp },
1598 rplypkt = confresp;
1599 else if (*rcvpkt == *(const uint16_t *)confresp &&
1623 rplypkt = confresp;
1648 || rplypkt == confresp || rplypkt == conf)
1695 if (sndpkt == conf || sndpkt == confresp)

Completed in 15 milliseconds