Lines Matching full:handle
205 ** p_handle - OUT pointer to the handle.
231 ** Parameters: handle - Handle of the port returned in the Open
234 extern int RFCOMM_RemoveConnection (UINT16 handle);
243 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
246 extern int RFCOMM_RemoveServer (UINT16 handle);
255 ** Parameters: handle - Handle of the port returned in the Open
268 ** Description This function is called to clear the keep handle flag
269 ** which will cause not to keep the port handle open when closed
270 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
281 ** Parameters: handle - Handle of the port returned in the Open
297 ** Parameters: handle - Handle of the port returned in the Open
310 ** by handle is up and running
312 ** Parameters: handle - Handle of the port returned in the Open
317 extern int PORT_CheckConnection (UINT16 handle, BD_ADDR bd_addr,
340 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
345 extern int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings);
353 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
357 extern int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count);
366 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
371 extern int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings);
381 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
395 extern int PORT_Control (UINT16 handle, UINT8 signal);
406 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
410 extern int PORT_FlowControl (UINT16 handle, BOOLEAN enable);
422 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
440 extern int PORT_GetModemStatus (UINT16 handle, UINT8 *p_control_signal);
453 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
479 extern int PORT_ClearError (UINT16 handle, UINT16 *p_errors,
489 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
493 extern int PORT_SendError (UINT16 handle, UINT8 errors);
502 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
507 extern int PORT_GetQueueStatus (UINT16 handle, tPORT_STATUS *p_status);
517 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
524 extern int PORT_Purge (UINT16 handle, UINT8 purge_flags);
537 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
542 extern int PORT_Read (UINT16 handle, BT_HDR **pp_buf);
552 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
559 extern int PORT_ReadData (UINT16 handle, char *p_data, UINT16 max_len,
570 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
574 extern int PORT_Write (UINT16 handle, BT_HDR *p_buf);
584 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
590 extern int PORT_WriteData (UINT16 handle, char *p_data, UINT16 max_len,
600 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
603 extern int PORT_WriteDataCO (UINT16 handle, int* p_len);
611 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
616 extern int PORT_Test (UINT16 handle, UINT8 *p_data, UINT16 len);