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.c62 #define MAX_SDP_SLOTS 128 macro
63 static sdp_slot_t sdp_slots[MAX_SDP_SLOTS];
91 memset(sdp_slots, 0, sizeof(sdp_slot_t)*MAX_SDP_SLOTS); in init_sdp_slots()
94 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()
197 for(i = 0; i < MAX_SDP_SLOTS; i++) in alloc_sdp_slot()
206 if(i >= MAX_SDP_SLOTS) { in alloc_sdp_slot()
218 if(id >= MAX_SDP_SLOTS) { in free_sdp_slot()
248 if(id >= MAX_SDP_SLOTS) { in start_create_sdp()