Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_dst

42 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len);
1015 ** p_dst: destination data pointer.
1022 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len)
1024 UINT8 *p = (UINT8 *)*p_dst;
1039 *p_dst = (void *)p;