Home | History | Annotate | Download | only in co

Lines Matching refs:handle

65 ** Parameters       handle - handle of the AG instance
75 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state)
77 BTIF_TRACE_DEBUG2("bta_ag_co_audio_state: handle %d, state %d", handle, state);
94 void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service)
96 BTIF_TRACE_DEBUG2("bta_ag_co_data_open handle:%d service:%d", handle, service);
110 void bta_ag_co_data_close(UINT16 handle)
112 BTIF_TRACE_DEBUG1("bta_ag_co_data_close handle:%d", handle);
128 void bta_ag_co_tx_write(UINT16 handle, UINT8 * p_data, UINT16 len)
130 BTIF_TRACE_DEBUG2( "bta_ag_co_tx_write: handle: %d, len: %d", handle, len );