Searched refs:bt_hh_callbacks (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hh.cc | 113 static bthh_callbacks_t* bt_hh_callbacks = NULL; variable 124 if (bt_hh_callbacks == NULL) { \ 482 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), in btif_hh_remove_device() 621 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &tmp, in btif_hh_connect() 678 if (bt_hh_callbacks == NULL) { in btif_hh_service_registration() 791 HAL_CBACK(bt_hh_callbacks, connection_state_cb, in btif_hh_upstreams_evt() 817 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), in btif_hh_upstreams_evt() 832 HAL_CBACK(bt_hh_callbacks, connection_state_cb, in btif_hh_upstreams_evt() 861 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), in btif_hh_upstreams_evt() 882 HAL_CBACK(bt_hh_callbacks, get_report_cb, in btif_hh_upstreams_evt() [all …]
|