Home
last modified time | relevance | path

Searched refs:SDP_MAX_CONNECTIONS (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/sdp/
Dsdp_main.cc71 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_init()
100 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_free()
Dsdpint.h172 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
Dsdp_utils.cc304 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_cid()
329 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_db()
352 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_allocate_ccb()
/system/bt/internal_include/
Dbt_target.h676 #ifndef SDP_MAX_CONNECTIONS
677 #define SDP_MAX_CONNECTIONS 4 macro