Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sdp_server.cc66 #define MAX_SDP_SLOTS 128 macro
67 static sdp_slot_t sdp_slots[MAX_SDP_SLOTS];
94 memset(sdp_slots, 0, sizeof(sdp_slot_t) * MAX_SDP_SLOTS); in init_sdp_slots()
97 for (i = 0; i < MAX_SDP_SLOTS; i++) { in init_sdp_slots()
113 for (i = 0; i < MAX_SDP_SLOTS; i++) { in sdp_server_cleanup()
200 for (int i = 0; i < MAX_SDP_SLOTS; i++) { in alloc_sdp_slot()
217 if (id >= MAX_SDP_SLOTS) { in free_sdp_slot()
247 if (id >= MAX_SDP_SLOTS) { in start_create_sdp()