Searched refs:OOB_R_SIZE (Results 1 – 2 of 2) sorted by relevance
439 #define OOB_R_SIZE 16 macro455 uint8_t r[OOB_R_SIZE]; /* Simple Pairing Randomizer R-192/256 (Classic or LE) */
580 jbyteArray randomizerHash = env->NewByteArray(OOB_R_SIZE); in createClassicOobDataObject()581 env->SetByteArrayRegion(randomizerHash, 0, OOB_R_SIZE, in createClassicOobDataObject()640 jbyteArray randomizerHash = env->NewByteArray(OOB_R_SIZE); in createLeOobDataObject()641 env->SetByteArrayRegion(randomizerHash, 0, OOB_R_SIZE, in createLeOobDataObject()1262 if (randomizerBytes == NULL || len != OOB_R_SIZE) { in set_data()1264 OOB_R_SIZE); in set_data()