Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h115 } tHID_DEV_CTB; typedef
132 extern tHID_DEV_CTB hd_cb;
134 extern tHID_DEV_CTB *hidd_cb_ptr;
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c41 tHID_DEV_CTB hd_cb;
43 tHID_DEV_CTB *hidd_cb_ptr = NULL;
59 hidd_cb_ptr = (tHID_DEV_CTB *)osi_malloc(sizeof(tHID_DEV_CTB)); in HID_DevInit()
65 memset(&hd_cb, 0, sizeof(tHID_DEV_CTB)); in HID_DevInit()