mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-11 21:14:36 +08:00
android/ipc: Update HAL IPC header
Add ACL states to the header.
This commit is contained in:
parent
33c400b88b
commit
789ed3dbcb
@ -405,6 +405,9 @@ struct hal_ev_bond_state_changed {
|
||||
uint8_t state;
|
||||
} __attribute__((packed));
|
||||
|
||||
#define HAL_ACL_STATE_CONNECTED 0x00
|
||||
#define HAL_ACL_STATE_DISCONNECTED 0x01
|
||||
|
||||
#define HAL_EV_ACL_STATE_CHANGED 0x89
|
||||
struct hal_ev_acl_state_changed {
|
||||
uint8_t status;
|
||||
|
Loading…
Reference in New Issue
Block a user