Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc648 static bt_status_t retrieve_subscriber_info(const RawAddress* bd_addr) { in retrieve_subscriber_info() function
777 .retrieve_subscriber_info = retrieve_subscriber_info,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h381 bt_status_t (*retrieve_subscriber_info)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp772 bt_status_t status = sBluetoothHfpClientInterface->retrieve_subscriber_info( in retrieveSubscriberInfoNative()