Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h95 uint32_t device_num; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbta_hh_co.c49 btc_hh_cb.device_num++; in bta_hh_co_open()
Dbtc_hh.c342 if (btc_hh_cb.device_num > 0) { in btc_hh_remove_device()
343 btc_hh_cb.device_num--; in btc_hh_remove_device()
543 if (!dev && btc_hh_cb.device_num >= BTC_HH_MAX_HID) { in btc_hh_connect()