Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hf_client.cc653 static bt_status_t retrieve_subscriber_info(const RawAddress* bd_addr) { in retrieve_subscriber_info() function
761 .retrieve_subscriber_info = retrieve_subscriber_info,
/aosp12/system/bt/include/hardware/
H A Dbt_hf_client.h380 bt_status_t (*retrieve_subscriber_info)(const RawAddress* bd_addr); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp757 bt_status_t status = sBluetoothHfpClientInterface->retrieve_subscriber_info( in retrieveSubscriberInfoNative()