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

  /system/bt/hci/test/
packet_fragmenter_test.cpp 89 static void expect_packet_fragmented(uint16_t event, int max_acl_data_size, BT_HDR *packet, const char *expected_data, bool send_complete) {
126 EXPECT_TRUE(send_complete == (data_size_sum == strlen(expected_data)));
128 if (send_complete)
201 STUB_FUNCTION(void, fragmented_callback, (BT_HDR *packet, bool send_complete))
203 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ACL, 42, packet, small_sample_data, send_complete);
208 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ACL, 10, packet, sample_data, send_complete);
213 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ACL, 42, packet, small_sample_data, send_complete);
218 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ACL, 10, packet, sample_data, send_complete);
223 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_CMD, 10, packet, sample_data, send_complete);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 161 (NULL != if_cb.send_complete)
180 pgDalContext->cb_if.send_complete = if_cb.send_complete;
220 pgDalContext->cb_if.send_complete = NULL ;
874 pDalMsg->writeCbPtr = pgDalContext->cb_if.send_complete;
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Interface.c 100 if_cb.send_complete = (pphNfcIF_Transact_Completion_CB_t)&phLlcNfc_WrResp_Cb;
424 if (NULL != ps_llc_ctxt->cb_for_if.send_complete)
428 ps_llc_ctxt->cb_for_if.send_complete (
515 if(NULL != ps_llc_ctxt->cb_for_if.send_complete)
519 ps_llc_ctxt->cb_for_if.send_complete(
630 if(NULL != ps_llc_ctxt->cb_for_if.send_complete)
635 ps_llc_ctxt->cb_for_if.send_complete(
    [all...]
phLlcNfc.c 171 (NULL == if_callback.send_complete))
203 ps_llc_ctxt->cb_for_if.send_complete = if_callback.send_complete;
phLlcNfc_Frame.c     [all...]
phHciNfc.c 147 if_callback.send_complete = &phHciNfc_Send_Complete;
    [all...]
phDnldNfc.c     [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 359 pphNfcIF_Transact_Completion_CB_t send_complete; member in struct:phNfcIF_sCallBack

Completed in 61 milliseconds