Home | History | Annotate | Download | only in pan

Lines Matching refs:handle

53 void bta_pan_ci_tx_ready(UINT16 handle)
59 p_buf->layer_specific = handle;
78 void bta_pan_ci_rx_ready(UINT16 handle)
84 p_buf->layer_specific = handle;
96 ** disable data flow when it is congested and cannot handle
105 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable)
111 p_buf->hdr.layer_specific = handle;
130 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol,
151 p_buf->layer_specific = handle;
173 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol,
183 p_buf->layer_specific = handle;
201 BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16* p_protocol,
207 p_scb = bta_pan_scb_by_handle(handle);
234 void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array,
238 PAN_SetMulticastFilters(handle, num_mcast_filters, p_start_array, p_end_array);
253 void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array)
256 PAN_SetProtocolFilters(handle, num_filters, p_start_array, p_end_array );