Home | History | Annotate | Download | only in dm

Lines Matching defs:p_msg

48     tBTA_DM_CI_IO_REQ *p_msg =
51 p_msg->hdr.event = BTA_DM_CI_IO_REQ_EVT;
52 bdcpy(p_msg->bd_addr, bd_addr);
53 p_msg->io_cap = io_cap;
54 p_msg->oob_data = oob_data;
55 p_msg->auth_req = auth_req;
57 bta_sys_sendmsg(p_msg);
73 tBTA_DM_CI_RMT_OOB *p_msg =
76 p_msg->hdr.event = BTA_DM_CI_RMT_OOB_EVT;
77 bdcpy(p_msg->bd_addr, bd_addr);
78 p_msg->accept = accept;
79 memcpy(p_msg->c, c, BT_OCTET16_LEN);
80 memcpy(p_msg->r, r, BT_OCTET16_LEN);
82 bta_sys_sendmsg(p_msg);