Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hid/src/
Dbt_hidh.c67 static esp_hidh_dev_t *hidh_dev_ctor(esp_bd_addr_t bda);
253 if ((dev = hidh_dev_ctor(param->open.bd_addr)) == NULL) { in esp_hh_cb()
1044 static esp_hidh_dev_t *hidh_dev_ctor(esp_bd_addr_t bda) in hidh_dev_ctor() function
1084 if ((dev = hidh_dev_ctor(bda)) == NULL) { in esp_bt_hidh_dev_open()