Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc58 #define SMP_RAND_CMD_SIZE (OCTET16_LEN + 1) macro
86 SMP_RAND_CMD_SIZE, /* 0x04: pairing random */
550 BT_HDR* p_buf = (BT_HDR*)osi_malloc(sizeof(BT_HDR) + SMP_RAND_CMD_SIZE + in smp_build_rand_cmd()
560 p_buf->len = SMP_RAND_CMD_SIZE; in smp_build_rand_cmd()