Lines Matching refs:app_id
75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, in bta_pan_co_open() argument
79 "handle:%d", app_id, local_role, peer_role, handle); in bta_pan_co_open()
120 void bta_pan_co_close(UINT16 handle, UINT8 app_id) in bta_pan_co_close() argument
122 BTIF_TRACE_API("bta_pan_co_close:app_id:%d, handle:%d", app_id, handle); in bta_pan_co_close()
159 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id) in bta_pan_co_tx_path() argument
168 BTIF_TRACE_API("%s, handle:%d, app_id:%d", __func__, handle, app_id); in bta_pan_co_tx_path()
222 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id) in bta_pan_co_rx_path() argument
225 UNUSED(app_id); in bta_pan_co_rx_path()
243 void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, in bta_pan_co_tx_write() argument
248 UNUSED(app_id); in bta_pan_co_tx_write()
273 void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, in bta_pan_co_tx_writebuf() argument
278 UNUSED(app_id); in bta_pan_co_tx_writebuf()
303 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable) in bta_pan_co_rx_flow() argument
306 UNUSED(app_id); in bta_pan_co_rx_flow()