Searched refs:tUIPC_RCV_CBACK (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/udrv/include/
H A Duipc.h53 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) */ typedef
83 UDRV_API extern BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback);
/external/libnfc-nci/src/udrv/include/
H A Duipc.h66 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) */ typedef
93 UDRV_API extern BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback);
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c90 tUIPC_RCV_CBACK *cback;
340 static int uipc_setup_server_locked(tUIPC_CH_ID ch_id, char *name, tUIPC_RCV_CBACK *cback)
604 UDRV_API BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback)
848 uipc_main.ch[ch_id].cback = (tUIPC_RCV_CBACK*)param;

Completed in 400 milliseconds