Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/pan/
Dbta_pan_act.c171 BT_HDR *p_new_buf; in bta_pan_data_buf_ind_cback() local
176 p_new_buf = (BT_HDR *)GKI_getpoolbuf( PAN_POOL_ID ); in bta_pan_data_buf_ind_cback()
177 if(!p_new_buf) in bta_pan_data_buf_ind_cback()
185 …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()
186 p_new_buf->len = p_buf->len; in bta_pan_data_buf_ind_cback()
187 p_new_buf->offset = sizeof(tBTA_PAN_DATA_PARAMS); in bta_pan_data_buf_ind_cback()
193 p_new_buf = p_buf; in bta_pan_data_buf_ind_cback()
196 bdcpy(((tBTA_PAN_DATA_PARAMS *)p_new_buf)->src, src); in bta_pan_data_buf_ind_cback()
197 bdcpy(((tBTA_PAN_DATA_PARAMS *)p_new_buf)->dst, dst); in bta_pan_data_buf_ind_cback()
198 ((tBTA_PAN_DATA_PARAMS *)p_new_buf)->protocol = protocol; in bta_pan_data_buf_ind_cback()
[all …]
/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c1061 char *p_new_buf, char *p_old_buf) in btif_in_storage_request_copy_cb() argument
1063 btif_storage_req_t *new_req = (btif_storage_req_t*)p_new_buf; in btif_in_storage_request_copy_cb()
1077 new_req->write_req.prop.val = (UINT8 *)(p_new_buf + sizeof(btif_storage_req_t)); in btif_in_storage_request_copy_cb()