Home | History | Annotate | Download | only in gatt

Lines Matching full:p_dst

44 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len);
1058 ** p_dst: destination data pointer.
1065 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len)
1067 UINT8 *p = (UINT8 *)*p_dst;
1082 *p_dst = (void *)p;