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

  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 66 if (llcp_cb.sdp_cb.p_snl)
70 llcp_cb.sdp_cb.p_snl->len += LLCP_PDU_HEADER_SIZE;
71 llcp_cb.sdp_cb.p_snl->offset -= LLCP_PDU_HEADER_SIZE;
73 p = (UINT8 *) (llcp_cb.sdp_cb.p_snl + 1) + llcp_cb.sdp_cb.p_snl->offset;
76 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, llcp_cb.sdp_cb.p_snl);
77 llcp_cb.sdp_cb.p_snl = NULL;
105 p = (UINT8 *) (llcp_cb.sdp_cb.p_snl + 1) + llcp_cb.sdp_cb.p_snl->offset + llcp_cb.sdp_cb.p_snl->len
    [all...]
llcp_api.c     [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 49 tSDP_CB sdp_cb; variable
83 memset (&sdp_cb, 0, sizeof (tSDP_CB));
86 sdp_cb.l2cap_my_cfg.mtu_present = TRUE;
87 sdp_cb.l2cap_my_cfg.mtu = SDP_MTU_SIZE;
88 sdp_cb.l2cap_my_cfg.flush_to_present = TRUE;
89 sdp_cb.l2cap_my_cfg.flush_to = SDP_FLUSH_TO;
91 sdp_cb.max_attr_list_size = SDP_MTU_SIZE - 16;
92 sdp_cb.max_recs_per_search = SDP_MAX_DISC_SERVER_RECS;
115 sdp_cb.trace_level = SDP_INITIAL_TRACE_LEVEL;
117 sdp_cb.trace_level = BT_TRACE_LEVEL_NONE; /* No traces *
    [all...]
sdp_db.c 64 tSDP_RECORD *p_end = &sdp_cb.server_db.record[sdp_cb.server_db.num_records];
68 p_rec = &sdp_cb.server_db.record[0];
165 tSDP_RECORD *p_end = &sdp_cb.server_db.record[sdp_cb.server_db.num_records];
168 for (p_rec = &sdp_cb.server_db.record[0]; p_rec < p_end; p_rec++)
285 tSDP_DB *p_db = &sdp_cb.server_db;
334 tSDP_RECORD *p_rec = &sdp_cb.server_db.record[0];
336 if (handle == 0 || sdp_cb.server_db.num_records == 0)
339 sdp_cb.server_db.num_records = 0
    [all...]
sdp_api.c     [all...]
sdpint.h 241 SDP_API extern tSDP_CB sdp_cb;
244 #define sdp_cb (*sdp_cb_ptr) macro
sdp_discovery.c 152 UINT16_TO_BE_STREAM (p, sdp_cb.max_recs_per_search);
341 if (total > sdp_cb.max_recs_per_search)
342 total = sdp_cb.max_recs_per_search;
343 if (p_ccb->num_handles > sdp_cb.max_recs_per_search)
344 p_ccb->num_handles = sdp_cb.max_recs_per_search;
546 UINT16_TO_BE_STREAM (p, sdp_cb.max_attr_list_size);
697 UINT16_TO_BE_STREAM (p, sdp_cb.max_attr_list_size);
    [all...]
sdp_utils.c 62 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
92 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
119 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 198 if ( (nfa_p2p_cb.sdp_cb[xx].local_sap != LLCP_INVALID_SAP)
199 &&(nfa_p2p_cb.sdp_cb[xx].tid == tid) )
201 local_sap = nfa_p2p_cb.sdp_cb[xx].local_sap;
207 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP;
232 if (nfa_p2p_cb.sdp_cb[xx].local_sap == LLCP_INVALID_SAP)
236 &(nfa_p2p_cb.sdp_cb[xx].tid)) == LLCP_STATUS_SUCCESS)
238 nfa_p2p_cb.sdp_cb[xx].local_sap = local_sap;
    [all...]
nfa_p2p_main.c 466 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP;
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 265 tNFA_P2P_SDP_CB sdp_cb[LLCP_MAX_SDP_TRANSAC]; member in struct:__anon10484
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 224 tLLCP_SDP_CB sdp_cb; /* SDP control block */ member in struct:__anon10622
  /external/bluetooth/bluedroid/include/
bt_trace.h     [all...]
  /external/libnfc-nci/src/include/
bt_trace.h     [all...]

Completed in 445 milliseconds