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.h38 struct acl_state_changed_params_t : public callback_params_t { struct
39 acl_state_changed_params_t(bt_status_t status, RawAddress remote_bd_addr, in acl_state_changed_params_t() function
53 virtual ~acl_state_changed_params_t() {} in ~acl_state_changed_params_t() argument
55 bt_status_t status;
56 RawAddress remote_bd_addr;
57 bt_acl_state_t state;
58 int transport_link_type;
59 bt_hci_error_code_t hci_reason;
60 bt_conn_direction_t direction;
61 uint16_t acl_handle;
[all …]