Home | History | Annotate | Download | only in include

Lines Matching refs:handle

204 **                  p_handle     - OUT pointer to the handle.
230 ** Parameters: handle - Handle of the port returned in the Open
233 RFC_API extern int RFCOMM_RemoveConnection (UINT16 handle);
242 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
245 RFC_API extern int RFCOMM_RemoveServer (UINT16 handle);
254 ** Parameters: handle - Handle of the port returned in the Open
267 ** Description This function is called to clear the keep handle flag
268 ** which will cause not to keep the port handle open when closed
269 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
280 ** Parameters: handle - Handle of the port returned in the Open
296 ** Parameters: handle - Handle of the port returned in the Open
309 ** by handle is up and running
311 ** Parameters: handle - Handle of the port returned in the Open
316 RFC_API extern int PORT_CheckConnection (UINT16 handle, BD_ADDR bd_addr,
339 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
344 RFC_API extern int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings);
352 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
356 RFC_API extern int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count);
365 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
370 RFC_API extern int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings);
380 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
394 RFC_API extern int PORT_Control (UINT16 handle, UINT8 signal);
405 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
409 RFC_API extern int PORT_FlowControl (UINT16 handle, BOOLEAN enable);
421 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
439 RFC_API extern int PORT_GetModemStatus (UINT16 handle, UINT8 *p_control_signal);
452 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
478 RFC_API extern int PORT_ClearError (UINT16 handle, UINT16 *p_errors,
488 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
492 RFC_API extern int PORT_SendError (UINT16 handle, UINT8 errors);
501 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
506 RFC_API extern int PORT_GetQueueStatus (UINT16 handle, tPORT_STATUS *p_status);
516 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
523 RFC_API extern int PORT_Purge (UINT16 handle, UINT8 purge_flags);
536 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
541 RFC_API extern int PORT_Read (UINT16 handle, BT_HDR **pp_buf);
551 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
558 RFC_API extern int PORT_ReadData (UINT16 handle, char *p_data, UINT16 max_len,
569 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
573 RFC_API extern int PORT_Write (UINT16 handle, BT_HDR *p_buf);
583 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
589 RFC_API extern int PORT_WriteData (UINT16 handle, char *p_data, UINT16 max_len,
599 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
602 RFC_API extern int PORT_WriteDataCO (UINT16 handle, int* p_len);
610 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
615 RFC_API extern int PORT_Test (UINT16 handle, UINT8 *p_data, UINT16 len);