Home
last modified time | relevance | path

Searched refs:GetCallbacks (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc82 rusty::adapter_state_changed_callback(*g_btif->GetCallbacks(), state); in adapter_state_changed_cb()
87 *g_btif->GetCallbacks(), status, num_properties, prop_to_vec(num_properties, properties)); in adapter_properties_cb()
95 … *g_btif->GetCallbacks(), status, addr, num_properties, prop_to_vec(num_properties, properties)); in remote_device_properties_cb()
99 …rusty::device_found_callback(*g_btif->GetCallbacks(), num_properties, prop_to_vec(num_properties, … in device_found_cb()
103 rusty::discovery_state_changed_callback(*g_btif->GetCallbacks(), state); in discovery_state_changed_cb()
110 rusty::pin_request_callback(*g_btif->GetCallbacks(), addr, name, cod, min_16_digit); in pin_request_cb()
122 rusty::ssp_request_callback(*g_btif->GetCallbacks(), addr, name, cod, pairing_variant, pass_key); in ssp_request_cb()
128 rust::bond_state_changed_callback(*g_btif->GetCallbacks(), status, addr, state); in bond_state_changed_cb()
135 rust::acl_state_changed_callback(*g_btif->GetCallbacks(), status, addr, state, hci_reason); in acl_state_changed_cb()
Dbtif_shim.h68 ::rust::Box<RustCallbacks>& GetCallbacks() { in GetCallbacks() function
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.cc229 auto callbacks = acl_connections_.find(handle)->second.GetCallbacks(); in OnLeConnectSuccess()
295 LeConnectionManagementCallbacks* GetCallbacks() { in GetCallbacks() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
Dacl_manager_facade.cc352 auto callbacks = acl_connections_.find(handle)->second.GetCallbacks(); in OnConnectSuccess()
388 ConnectionManagementCallbacks* GetCallbacks() { in GetCallbacks() function in bluetooth::hci::facade::AclManagerFacadeService::Connection