Searched refs:bt_hd_callbacks (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hd.cc | 66 static bthd_callbacks_t* bt_hd_callbacks = NULL; variable 187 HAL_CBACK(bt_hd_callbacks, application_state_cb, addr, in btif_hd_upstreams_evt() 193 HAL_CBACK(bt_hd_callbacks, application_state_cb, NULL, in btif_hd_upstreams_evt() 216 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt() 228 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt() 233 HAL_CBACK(bt_hd_callbacks, get_report_cb, p_data->get_report.report_type, in btif_hd_upstreams_evt() 238 HAL_CBACK(bt_hd_callbacks, set_report_cb, p_data->set_report.report_type, in btif_hd_upstreams_evt() 244 HAL_CBACK(bt_hd_callbacks, set_protocol_cb, p_data->set_protocol); in btif_hd_upstreams_evt() 248 HAL_CBACK(bt_hd_callbacks, intr_data_cb, p_data->intr_data.report_id, in btif_hd_upstreams_evt() 253 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt() [all …]
|