Home
last modified time | relevance | path

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

/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc36 static BluetoothIntf* g_btif; variable
82 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()
[all …]