Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs95 callbacks: Option<Box<bindings::bthf_client_callbacks_t>>,
141 let callbacks = Box::new(bindings::bthf_client_callbacks_t { in initialize()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h328 } bthf_client_callbacks_t; typedef
337 bt_status_t (*init)(bthf_client_callbacks_t* callbacks);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc101 static bthf_client_callbacks_t* bt_hf_client_callbacks = NULL;
274 static bt_status_t init(bthf_client_callbacks_t* callbacks) { in init()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp404 static bthf_client_callbacks_t sBluetoothHfpClientCallbacks = {