Home | History | Annotate | Download | only in co

Lines Matching refs:app_id

74 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role,
77 BTIF_TRACE_API4("bta_pan_co_open:app_id:%d, local_role:%d, peer_role:%d, "
78 "handle:%d", app_id, local_role, peer_role, handle);
118 void bta_pan_co_close(UINT16 handle, UINT8 app_id)
120 BTIF_TRACE_API2("bta_pan_co_close:app_id:%d, handle:%d", app_id, handle);
161 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id)
171 BTIF_TRACE_API2("bta_pan_co_tx_path, handle:%d, app_id:%d", handle, app_id);
219 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id)
237 void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst,
257 void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src,
278 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable)