Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/smp/
Dsmp_utils.c43 #define SMP_MASTER_ID_SIZE (BT_OCTET8_LEN + 2 + 1) macro
296 …if ((p_buf = (BT_HDR *)GKI_getbuf(sizeof(BT_HDR) + SMP_MASTER_ID_SIZE + L2CAP_MIN_OFFSET)) != NULL) in smp_build_master_id_cmd()
305 p_buf->len = SMP_MASTER_ID_SIZE; in smp_build_master_id_cmd()