Home
last modified time | relevance | path

Searched refs:BTA_HF_CLIENT_CONN_EVT (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h113 #define BTA_HF_CLIENT_CONN_EVT 4 /* Service level connection opened */ macro
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_act.cc449 bta_hf_client_app_callback(BTA_HF_CLIENT_CONN_EVT, &evt); in bta_hf_client_svc_conn_open()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc209 CASE_RETURN_STRING(BTA_HF_CLIENT_CONN_EVT); in dump_hf_client_event()
Dbtif_hf_client.cc887 case BTA_HF_CLIENT_CONN_EVT: in btif_hf_client_upstreams_evt()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc471 std::make_pair(BTA_HF_CLIENT_CONN_EVT, "BTA_HF_CLIENT_CONN_EVT"), in TEST_F()