Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c176 static btc_hh_device_t *btc_hh_find_connected_dev_by_bda(BD_ADDR bd_addr) in btc_hh_find_connected_dev_by_bda() function
199 btc_hh_device_t *p_dev = btc_hh_find_connected_dev_by_bda(bd_addr); in btc_hh_stop_vup_timer()
258 btc_hh_device_t *p_dev = btc_hh_find_connected_dev_by_bda(bd_addr); in btc_hh_start_vup_timer()
615 p_dev = btc_hh_find_connected_dev_by_bda(arg->disconnect.bd_addr); in btc_hh_disconnect()
782 p_dev = btc_hh_find_connected_dev_by_bda(arg->get_protocol.bd_addr); in btc_hh_get_protocol()
821 p_dev = btc_hh_find_connected_dev_by_bda(arg->set_protocol.bd_addr); in btc_hh_set_protocol()
865 p_dev = btc_hh_find_connected_dev_by_bda(arg->get_report.bd_addr); in btc_hh_get_report()
939 p_dev = btc_hh_find_connected_dev_by_bda(arg->set_report.bd_addr); in btc_hh_set_report()
993 p_dev = btc_hh_find_connected_dev_by_bda(arg->send_data.bd_addr); in btc_hh_send_data()
1044 p_dev = btc_hh_find_connected_dev_by_bda(arg->get_idle.bd_addr); in btc_hh_get_idle_time()
[all …]