Home | History | Annotate | Download | only in co

Lines Matching refs:handle

74 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role,
78 "handle:%d", app_id, local_role, peer_role, handle);
81 conn = btpan_new_conn(handle, peer_addr, local_role, peer_role);
85 "conn->handle:%d should = handle:%d, local_role:%d, remote_role:%d",
86 btpan_cb.tap_fd, btpan_cb.open_count, conn->handle, handle,
91 conn->handle = handle;
102 bta_pan_ci_rx_ready(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);
121 btpan_conn_t* conn = btpan_find_conn_handle(handle);
126 // let bta close event reset this handle as it needs
127 // the handle to find the connection upon CLOSE
128 //conn->handle = -1;
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);
173 btpan_conn_t* conn = btpan_find_conn_handle(handle);
183 if ((p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol,
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)
292 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
307 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,