Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc68 #define SMP_PAIR_COMMITM_SIZE (1 /* opcode */ + OCTET16_LEN /*Commitment*/) macro
97 SMP_PAIR_COMMITM_SIZE /* 0x0F: pairing commitment */
785 BT_HDR* p_buf = (BT_HDR*)osi_malloc(sizeof(BT_HDR) + SMP_PAIR_COMMITM_SIZE + in smp_build_pairing_commitment_cmd()
795 p_buf->len = SMP_PAIR_COMMITM_SIZE; in smp_build_pairing_commitment_cmd()