mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-15 16:03:23 +08:00
android/gatt: Fix duplicate const
This commit is contained in:
parent
fad2138c4a
commit
90af2bb55c
@ -82,7 +82,7 @@ typedef enum {
|
||||
DEVICE_CONNECTED, /* connection has been established */
|
||||
} gatt_device_state_t;
|
||||
|
||||
static const char const *device_state_str[] = {
|
||||
static const char *device_state_str[] = {
|
||||
"DISCONNECTED",
|
||||
"CONNECT INIT",
|
||||
"CONNECT READY",
|
||||
|
Loading…
Reference in New Issue
Block a user