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

  /external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h 31 /* Generic purpose transac returned upon request complete */
32 typedef void* TRANSAC;
106 typedef void (*preload_result_cb)(TRANSAC transac, bt_hc_preload_result_t result);
109 typedef void (*postload_result_cb)(TRANSAC transac, bt_hc_postload_result_t result);
118 typedef int (*dealloc_mem_cb)(TRANSAC transac, char *p_buf);
121 typedef int (*tx_result_cb)(TRANSAC transac, char *p_buf, bt_hc_transmit_result_t result)
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 516 bt_hc_if->transmit_buf((TRANSAC)p_msg, \
560 static void preload_cb(TRANSAC transac, bt_hc_preload_result_t result)
584 static void postload_cb(TRANSAC transac, bt_hc_postload_result_t result)
656 ** Bluedroid libbt-hci library uses 'transac' parameter to
664 static int dealloc(TRANSAC transac, char *p_buf)
666 GKI_freebuf(transac);
681 ** Bluedroid libbt-hci library uses 'transac' parameter t
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 339 if ( (llcp_cb.sdp_cb.transac[i].p_cback)
340 &&(llcp_cb.sdp_cb.transac[i].tid == tid) )
342 (*llcp_cb.sdp_cb.transac[i].p_cback) (tid, sap);
344 llcp_cb.sdp_cb.transac[i].p_cback = NULL;
367 if (llcp_cb.sdp_cb.transac[i].p_cback)
369 (*llcp_cb.sdp_cb.transac[i].p_cback) (llcp_cb.sdp_cb.transac[i].tid, 0x00);
371 llcp_cb.sdp_cb.transac[i].p_cback = NULL;
llcp_api.c     [all...]
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 301 static void preload(TRANSAC transac)
309 static void postload(TRANSAC transac)
317 static int transmit_buf(TRANSAC transac, char *p_buf, int len)
319 utils_enqueue(&tx_q, (void *) transac);
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 212 tLLCP_SDP_TRANSAC transac[LLCP_MAX_SDP_TRANSAC]; /* active SDP transactions */ member in struct:__anon20903

Completed in 83 milliseconds