Lines Matching refs:bt_hd_callbacks
63 static bthd_callbacks_t* bt_hd_callbacks = NULL; variable
184 HAL_CBACK(bt_hd_callbacks, application_state_cb, addr, in btif_hd_upstreams_evt()
190 HAL_CBACK(bt_hd_callbacks, application_state_cb, NULL, in btif_hd_upstreams_evt()
213 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
225 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
230 HAL_CBACK(bt_hd_callbacks, get_report_cb, p_data->get_report.report_type, in btif_hd_upstreams_evt()
235 HAL_CBACK(bt_hd_callbacks, set_report_cb, p_data->set_report.report_type, in btif_hd_upstreams_evt()
241 HAL_CBACK(bt_hd_callbacks, set_protocol_cb, p_data->set_protocol); in btif_hd_upstreams_evt()
245 HAL_CBACK(bt_hd_callbacks, intr_data_cb, p_data->intr_data.report_id, in btif_hd_upstreams_evt()
250 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
264 HAL_CBACK(bt_hd_callbacks, vc_unplug_cb); in btif_hd_upstreams_evt()
268 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
351 bt_hd_callbacks = callbacks; in init()
371 if (bt_hd_callbacks) { in cleanup()
375 bt_hd_callbacks = NULL; in cleanup()
683 if (bt_hd_callbacks != NULL) { in btif_hd_service_registration()