Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc79 #define MAX_SDP_SLOTS 128 macro
80 static sdp_slot_t sdp_slots[MAX_SDP_SLOTS];
109 memset(sdp_slots, 0, sizeof(sdp_slot_t) * MAX_SDP_SLOTS); in init_sdp_slots()
112 for (i = 0; i < MAX_SDP_SLOTS; i++) { in init_sdp_slots()
128 for (i = 0; i < MAX_SDP_SLOTS; i++) { in sdp_server_cleanup()
215 for (int i = 0; i < MAX_SDP_SLOTS; i++) { in alloc_sdp_slot()
232 if (id < 0 || id >= MAX_SDP_SLOTS) { in free_sdp_slot()
262 if (id >= MAX_SDP_SLOTS) { in start_create_sdp()
303 if (record_id >= MAX_SDP_SLOTS) { in remove_sdp_record()