Home
last modified time | relevance | path

Searched refs:BT_OOB_RAND_R_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c439 UINT8 eir_data[BT_OOB_HASH_C_SIZE + BT_OOB_RAND_R_SIZE + 4]; in NDEF_MsgAppendMediaBtOobHashCRandR()
457 UINT8_TO_STREAM (p, BT_OOB_RAND_R_SIZE + 1); in NDEF_MsgAppendMediaBtOobHashCRandR()
461 eir_data_len = BT_OOB_HASH_C_SIZE + BT_OOB_RAND_R_SIZE + 4; in NDEF_MsgAppendMediaBtOobHashCRandR()
/external/libnfc-nci/src/include/
Dbt_types.h434 #define BT_OOB_RAND_R_SIZE 16 macro