Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h483 #ifndef SDP_MAX_CONNECTIONS
484 #define SDP_MAX_CONNECTIONS 4 macro
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc339 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_cid()
367 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_db()
390 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_allocate_ccb()
459 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_get_active_ccb_cid()
491 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_process_pend_ccb_same_cid()
523 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_process_pend_ccb_new_cid()
563 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_clear_pend_ccb()
Dsdp_main.cc408 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_init()
438 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_free()
Dsdpint.h234 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc120 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in find_ccb()