mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-02 16:44:18 +08:00
android: Fix typo in get_remote_services command
This commit is contained in:
parent
f2782699e8
commit
ef4e9a8884
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user