Lines Matching full:p_buf
103 BT_HDR *p_buf = (BT_HDR *)osi_malloc(sizeof(BT_HDR));
104 p_buf->event = BTA_AG_RFC_DATA_EVT;
105 p_buf->layer_specific = handle;
106 bta_sys_sendmsg(p_buf);
173 tBTA_AG_RFC *p_buf = (tBTA_AG_RFC *)osi_malloc(sizeof(tBTA_AG_RFC));
174 p_buf->hdr.event = event;
175 p_buf->hdr.layer_specific = handle;
176 p_buf->port_handle = port_handle;
177 bta_sys_sendmsg(p_buf);
407 tBTA_AG_RFC *p_buf = (tBTA_AG_RFC *)osi_malloc(sizeof(tBTA_AG_RFC));
408 p_buf->hdr.event = BTA_AG_RFC_CLOSE_EVT;
409 p_buf->hdr.layer_specific = bta_ag_scb_to_idx(p_scb);
410 bta_sys_sendmsg(p_buf);