Home
last modified time | relevance | path

Searched defs:acl_state_changed_params_t (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/
Dinterface.h121 struct acl_state_changed_params_t : public callback_params_t { struct
122 acl_state_changed_params_t(bt_status_t status, RawAddress remote_bd_addr, in acl_state_changed_params_t() argument
136 virtual ~acl_state_changed_params_t() {} in ~acl_state_changed_params_t() argument
138 bt_status_t status;
139 RawAddress remote_bd_addr;
140 bt_acl_state_t state;
141 int transport_link_type;
142 bt_hci_error_code_t hci_reason;
143 bt_conn_direction_t direction;
144 uint16_t acl_handle;
[all …]