HomeSort by relevance Sort by last modified time
    Searched refs:tUIPC_RCV_CBACK (Results 1 - 3 of 3) sorted by null

  /system/bt/udrv/include/
uipc.h 49 typedef void (tUIPC_RCV_CBACK)(tUIPC_CH_ID ch_id, tUIPC_EVENT event); /* points to BT_HDR which describes event type and length of data; len contains the number of bytes of entire message (sizeof(BT_HDR) + offset + size of data) */
73 BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback);
  /external/libnfc-nci/src/udrv/include/
uipc.h 66 typedef void (tUIPC_RCV_CBACK)(BT_HDR *p_msg); /* points to BT_HDR which describes event type and length of data; len contains the number of bytes of entire message (sizeof(BT_HDR) + offset + size of data) */
93 UDRV_API extern BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback);
  /system/bt/udrv/ulinux/
uipc.c 90 tUIPC_RCV_CBACK *cback;
344 static int uipc_setup_server_locked(tUIPC_CH_ID ch_id, char *name, tUIPC_RCV_CBACK *cback)
611 BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback)
854 uipc_main.ch[ch_id].cback = (tUIPC_RCV_CBACK*)param;

Completed in 150 milliseconds