android: Fix typo in get_remote_services command

This commit is contained in:
Marcin Kraglak 2013-11-04 08:30:30 +01:00 committed by Johan Hedberg
parent f2782699e8
commit ef4e9a8884

View File

@ -148,8 +148,8 @@ struct hal_cmd_get_remote_service_rec {
uint8_t uuid[16];
} __attribute__((packed));
#define HAL_OP_GET_REMOTE_SERVICE 0x0a
struct hal_cmd_get_remote_service {
#define HAL_OP_GET_REMOTE_SERVICES 0x0a
struct hal_cmd_get_remote_services {
uint8_t bdaddr[6];
} __attribute__((packed));