Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc120 static bthh_callbacks_t* bt_hh_callbacks = NULL; variable
131 if (bt_hh_callbacks == NULL) { \
151 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(_link_spec).addrt.bda, \
555 bt_hh_callbacks = NULL; in hh_disable_handler()
743 HAL_CBACK(bt_hh_callbacks, get_report_cb, (RawAddress*)&(p_dev->link_spec.addrt.bda), in hh_get_rpt_handler()
749 HAL_CBACK(bt_hh_callbacks, handshake_cb, (RawAddress*)&(p_dev->link_spec.addrt.bda), in hh_get_rpt_handler()
764 HAL_CBACK(bt_hh_callbacks, handshake_cb, (RawAddress*)&(p_dev->link_spec.addrt.bda), in hh_set_rpt_handler()
784 HAL_CBACK(bt_hh_callbacks, protocol_mode_cb, (RawAddress*)&(p_dev->link_spec.addrt.bda), in hh_get_proto_handler()
788 HAL_CBACK(bt_hh_callbacks, handshake_cb, (RawAddress*)&(p_dev->link_spec.addrt.bda), in hh_get_proto_handler()
802 HAL_CBACK(bt_hh_callbacks, handshake_cb, (RawAddress*)&(p_dev->link_spec.addrt.bda), in hh_set_proto_handler()
[all …]