Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c64 #define is_hidh_init() (btc_hh_cb.status > BTC_HH_DISABLED) macro
454 if (is_hidh_init()) { in btc_hh_init()
488 if (!is_hidh_init()) { in btc_hh_deinit()
530 if (!is_hidh_init()) { in btc_hh_connect()
610 if (!is_hidh_init()) { in btc_hh_disconnect()
653 if (!is_hidh_init()) { in btc_hh_virtual_unplug()
719 if (!is_hidh_init()) { in btc_hh_set_info()
777 if (!is_hidh_init()) { in btc_hh_get_protocol()
816 if (!is_hidh_init()) { in btc_hh_set_protocol()
859 if (!is_hidh_init()) { in btc_hh_get_report()
[all …]