summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2017-03-28 11:17:55 -0700
committerAmit Mahajan <amitmahajan@google.com>2017-04-04 15:41:27 -0700
commit35e9310a95df4fad4457d3cc91638bcae64fa415 (patch)
tree0fcd7b9d7dcb6e7b0fd6896fd0b48c0f430c51c6 /include
parentc7aaac2316b2d9a4e3a472b05156997778b63164 (diff)
downloadandroid_hardware_ril-35e9310a95df4fad4457d3cc91638bcae64fa415.tar.gz
android_hardware_ril-35e9310a95df4fad4457d3cc91638bcae64fa415.tar.bz2
android_hardware_ril-35e9310a95df4fad4457d3cc91638bcae64fa415.zip
Change radio related service names to slot1, slot2, slot3...
Test: Basic telephony sanity Bug: 36570718 Merged-in: Ia3c3f7b3e2cedd05bafa2d335f9c04e831da0cf4 Change-Id: Ia3c3f7b3e2cedd05bafa2d335f9c04e831da0cf4
Diffstat (limited to 'include')
-rw-r--r--include/telephony/ril.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index e7070d2..66f6494 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -92,7 +92,7 @@ extern "C" {
#define CDMA_NUMBER_INFO_BUFFER_LENGTH 81
#define MAX_RILDS 3
-#define MAX_SOCKET_NAME_LENGTH 6
+#define MAX_SERVICE_NAME_LENGTH 6
#define MAX_CLIENT_ID_LENGTH 2
#define MAX_DEBUG_SOCKET_NAME_LENGTH 12
#define MAX_QEMU_PIPE_NAME_LENGTH 11