Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_hf_client_service_test.cc11 int get_default_hfp_version() { in get_default_hfp_version() function
51 get_default_hfp_version() >= HFP_VERSION_1_7); in TEST_F()
54 get_default_hfp_version() >= HFP_VERSION_1_9); in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hfp_api.cc21 int get_default_hfp_version() { return DEFAULT_BTA_HFP_VERSION; } in get_default_hfp_version() function
/packages/modules/Bluetooth/system/bta/hfp/
Dbta_hfp_api.cc21 int get_default_hfp_version() { in get_default_hfp_version() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_hfp_api.h33 int get_default_hfp_version();
/packages/modules/Bluetooth/system/bta/test/
Dbta_hf_client_add_record_test.cc41 ASSERT_EQ(HFP_VERSION_1_7, get_default_hfp_version()); in TEST_F()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc135 version = get_default_hfp_version(); in bta_hf_client_add_record()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sdp.cc189 version = get_default_hfp_version(); in bta_ag_add_record()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc1082 uint16_t hfp_version = get_default_hfp_version(); in btif_hf_client_execute_service()