Searched refs:p_new_buf (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c171 BT_HDR *p_new_buf; local
176 p_new_buf = (BT_HDR *)GKI_getpoolbuf( PAN_POOL_ID );
177 if(!p_new_buf)
185 memcpy( (UINT8 *)(p_new_buf+1)+sizeof(tBTA_PAN_DATA_PARAMS), (UINT8 *)(p_buf+1)+p_buf->offset, p_buf->len );
186 p_new_buf->len = p_buf->len;
187 p_new_buf->offset = sizeof(tBTA_PAN_DATA_PARAMS);
193 p_new_buf = p_buf;
196 bdcpy(((tBTA_PAN_DATA_PARAMS *)p_new_buf)->src, src);
197 bdcpy(((tBTA_PAN_DATA_PARAMS *)p_new_buf)->dst, dst);
198 ((tBTA_PAN_DATA_PARAMS *)p_new_buf)
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c1061 char *p_new_buf, char *p_old_buf)
1063 btif_storage_req_t *new_req = (btif_storage_req_t*)p_new_buf;
1077 new_req->write_req.prop.val = (UINT8 *)(p_new_buf + sizeof(btif_storage_req_t));
1060 btif_in_storage_request_copy_cb(UINT16 event, char *p_new_buf, char *p_old_buf) argument

Completed in 78 milliseconds