27#include "bta_pan_api.h"
50BTA_API
extern void bta_pan_ci_tx_ready(UINT16 handle);
65BTA_API
extern void bta_pan_ci_rx_ready(UINT16 handle);
82BTA_API
extern void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable);
99BTA_API
extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol,
BT_HDR *p_buf, BOOLEAN ext);
114BTA_API
extern BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol,
115 BOOLEAN* p_ext, BOOLEAN* p_forward);
127BTA_API
extern void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array);
140BTA_API
extern void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array,