Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_utils.c47 #define SMP_ID_ADDR_SIZE (BD_ADDR_LEN + 1 + 1) macro
68 SMP_ID_ADDR_SIZE, /* 0x09: identity address information */
568 … if ((p_buf = (BT_HDR *)GKI_getbuf(sizeof(BT_HDR) + SMP_ID_ADDR_SIZE + L2CAP_MIN_OFFSET)) != NULL) in smp_build_id_addr_cmd()
577 p_buf->len = SMP_ID_ADDR_SIZE; in smp_build_id_addr_cmd()