Home
last modified time | relevance | path

Searched defs:query_current_calls (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc602 static bt_status_t query_current_calls(const RawAddress* bd_addr) { in query_current_calls() function
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h362 bt_status_t (*query_current_calls)(const RawAddress* bd_addr); member
/aosp_15_r20/external/python/bumble/bumble/
Dhfp.py1064 async def query_current_calls(self) -> List[CallInfo]: member in HfProtocol