Lines Matching refs:handle

75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role,
79 "handle:%d", app_id, local_role, peer_role, handle);
82 conn = btpan_new_conn(handle, peer_addr, local_role, peer_role);
86 "conn->handle:%d should = handle:%d, local_role:%d, remote_role:%d",
87 btpan_cb.tap_fd, btpan_cb.open_count, conn->handle, handle,
92 conn->handle = handle;
104 bta_pan_ci_rx_ready(handle);
120 void bta_pan_co_close(UINT16 handle, UINT8 app_id)
122 BTIF_TRACE_API("bta_pan_co_close:app_id:%d, handle:%d", app_id, handle);
123 btpan_conn_t* conn = btpan_find_conn_handle(handle);
128 // let bta close event reset this handle as it needs
129 // the handle to find the connection upon CLOSE
130 //conn->handle = -1;
159 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id)
169 BTIF_TRACE_API("bta_pan_co_tx_path, handle:%d, app_id:%d", handle, app_id);
171 btpan_conn_t* conn = btpan_find_conn_handle(handle);
181 if ((p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol,
217 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id)
219 UNUSED(handle);
238 void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst,
242 UNUSED(handle);
268 void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src,
272 UNUSED(handle);
298 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable)
300 UNUSED(handle);
305 btpan_conn_t* conn = btpan_find_conn_handle(handle);
320 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
323 UNUSED(handle);
341 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
344 UNUSED(handle);