Searched refs:p_new_buf (Results 1 – 2 of 2) sorted by relevance
205 BT_HDR *p_new_buf; in bta_pan_data_buf_ind_cback() local210 p_new_buf = (BT_HDR *)GKI_getpoolbuf( PAN_POOL_ID ); in bta_pan_data_buf_ind_cback()211 if(!p_new_buf) in bta_pan_data_buf_ind_cback()219 …memcpy( (UINT8 *)(p_new_buf+1)+sizeof(tBTA_PAN_DATA_PARAMS), (UINT8 *)(p_buf+1)+p_buf->offset, p_b… in bta_pan_data_buf_ind_cback()220 p_new_buf->len = p_buf->len; in bta_pan_data_buf_ind_cback()221 p_new_buf->offset = sizeof(tBTA_PAN_DATA_PARAMS); in bta_pan_data_buf_ind_cback()227 p_new_buf = p_buf; in bta_pan_data_buf_ind_cback()230 bdcpy(((tBTA_PAN_DATA_PARAMS *)p_new_buf)->src, src); in bta_pan_data_buf_ind_cback()231 bdcpy(((tBTA_PAN_DATA_PARAMS *)p_new_buf)->dst, dst); in bta_pan_data_buf_ind_cback()232 ((tBTA_PAN_DATA_PARAMS *)p_new_buf)->protocol = protocol; in bta_pan_data_buf_ind_cback()[all …]
942 char *p_new_buf, char *p_old_buf) in btif_in_storage_request_copy_cb() argument944 btif_storage_req_t *new_req = (btif_storage_req_t*)p_new_buf; in btif_in_storage_request_copy_cb()958 new_req->write_req.prop.val = (UINT8 *)(p_new_buf + sizeof(btif_storage_req_t)); in btif_in_storage_request_copy_cb()