Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_target.h757 #ifndef SDP_MAX_CONNECTIONS
758 #define SDP_MAX_CONNECTIONS 4 macro
/system/bt/stack/sdp/
Dsdp_main.cc76 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_init()
130 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_free()
Dsdpint.h211 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
Dsdp_utils.cc303 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_cid()
328 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_db()
351 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_allocate_ccb()