Home | History | Annotate | Download | only in pan

Lines Matching refs:handle

54 static void bta_pan_conn_state_cback(UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state,
67 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
76 PAN_Disconnect (handle);
80 p_scb->handle = handle;
106 p_buf->hdr.layer_specific = handle;
125 static void bta_pan_data_flow_cb(UINT16 handle, tPAN_RESULT result)
130 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
137 p_buf->layer_specific = handle;
141 bta_pan_co_rx_flow(handle, p_scb->app_id, TRUE);
148 bta_pan_co_rx_flow(handle, p_scb->app_id, FALSE);
166 static void bta_pan_data_buf_ind_cback(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
203 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
213 p_event->layer_specific = handle;
231 static void bta_pan_pfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
235 bta_pan_co_pfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
252 static void bta_pan_mfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
256 bta_pan_co_mfilt_ind(handle, indication, (tBTA_PAN_STATUS)((result == BNEP_SUCCESS) ? BTA_PAN_SUCCESS : BTA_PAN_FAIL),
411 bta_pan_co_close(p_scb->handle, p_scb->app_id);
439 &p_scb->handle);
449 opening.handle = p_scb->handle;
480 PAN_Disconnect (p_scb->handle);
489 p_buf->hdr.layer_specific = p_scb->handle;
511 data.handle = p_scb->handle;
518 bta_pan_co_open(p_scb->handle, p_scb->app_id, p_scb->local_role, p_scb->peer_role, p_scb->bd_addr);
554 data.handle = p_data->hdr.layer_specific;
565 bta_pan_co_close(p_scb->handle, p_scb->app_id);
580 ** Description Handle data on the RX path (data sent from the phone to
596 bta_pan_co_rx_path(p_scb->handle, p_scb->app_id);
610 ** Description Handle the TX data path (data sent from BTA to the phone).
624 bta_pan_co_tx_path(p_scb->handle, p_scb->app_id);
640 bta_pan_co_tx_writebuf(p_scb->handle,
660 p_buf->layer_specific = p_scb->handle;
690 ** Description Handle a bta_pan_ci_rx_writebuf() and send data to PAN.
701 PAN_WriteBuf (p_scb->handle,