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

  /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...]
sdpint.h 241 SDP_API extern tSDP_CB sdp_cb;
244 #define sdp_cb (*sdp_cb_ptr) macro
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 259 tNFA_P2P_SDP_CB sdp_cb[LLCP_MAX_SDP_TRANSAC]; member in struct:__anon9313
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 217 tLLCP_SDP_CB sdp_cb; /* SDP control block */ member in struct:__anon9451

Completed in 41 milliseconds