Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.cc90 } btif_hf_client_cb_t; typedef
95 btif_hf_client_cb_t cb[HF_CLIENT_MAX_DEVICES];
101 btif_hf_client_cb_t* btif_hf_client_get_cb_by_handle(uint16_t handle);
102 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& addr);
103 bool is_connected(const btif_hf_client_cb_t* cb);
168 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(*bd_addr); in btif_in_hf_client_generic_evt()
188 bool is_connected(const btif_hf_client_cb_t* cb) { in is_connected()
206 btif_hf_client_cb_t* btif_hf_client_get_cb_by_handle(uint16_t handle) { in btif_hf_client_get_cb_by_handle()
229 btif_hf_client_cb_t* btif_hf_client_get_cb_by_bda(const RawAddress& bd_addr) { in btif_hf_client_get_cb_by_bda()
253 btif_hf_client_cb_t* btif_hf_client_allocate_cb() { in btif_hf_client_allocate_cb()
[all …]