Home | History | Annotate | Download | only in pan

Lines Matching refs:protocol

124 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol,
134 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol;
161 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol,
168 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol;
202 *p_protocol = ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol;
234 ** Description This function is called to set protocol filters
264 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext)
269 UNUSED(protocol);