Home
last modified time | relevance | path

Searched refs:bthf_client_callbacks_t (Results 1 – 2 of 2) sorted by relevance

/system/bt/include/hardware/
Dbt_hf_client.h327 } bthf_client_callbacks_t; typedef
336 bt_status_t (*init)(bthf_client_callbacks_t* callbacks);
/system/bt/btif/src/
Dbtif_hf_client.cc108 static bthf_client_callbacks_t* bt_hf_client_callbacks = NULL;
279 static bt_status_t init(bthf_client_callbacks_t* callbacks) { in init()