Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c44 tHID_HOST_CTB *hidh_cb_ptr = NULL; variable
229 if (!hidh_cb_ptr) { in HID_HostInit()
230 hidh_cb_ptr = (tHID_HOST_CTB *)osi_malloc(sizeof(tHID_HOST_CTB)); in HID_HostInit()
231 if (!hidh_cb_ptr) { in HID_HostInit()
258 if (hidh_cb_ptr) { in HID_HostDeinit()
259 osi_free(hidh_cb_ptr); in HID_HostDeinit()
260 hidh_cb_ptr = NULL; in HID_HostDeinit()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h81 extern tHID_HOST_CTB *hidh_cb_ptr;
82 #define hh_cb (*hidh_cb_ptr)