Home | History | Annotate | Download | only in dm

Lines Matching refs:p_target

2283 ** Parameters       p_target: enable the filter condition on a target device; if NULL
2295 tBLE_BD_ADDR *p_target,
2316 if (p_target)
2318 p_msg->p_target = (tBLE_BD_ADDR *)(p_msg + 1);
2319 memcpy(p_msg->p_target, p_target, sizeof(tBLE_BD_ADDR));
2328 UNUSED(p_target);