Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/smp/
Dsmp_utils.c40 #define SMP_INIT_CMD_SIZE (BT_OCTET16_LEN + 1) macro
236 … if ((p_buf = (BT_HDR *)GKI_getbuf(sizeof(BT_HDR) + SMP_INIT_CMD_SIZE + L2CAP_MIN_OFFSET)) != NULL) in smp_build_rand_cmd()
244 p_buf->len = SMP_INIT_CMD_SIZE; in smp_build_rand_cmd()