Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c50 static void hidh_conn_retry (UINT8 dhandle);
129 tHID_STATUS hidh_conn_disconnect (UINT8 dhandle) in hidh_conn_disconnect() argument
131 tHID_CONN *p_hcon = &hh_cb.devices[dhandle].conn; in hidh_conn_disconnect()
139 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0, BT_TRANSPORT_BR_EDR); in hidh_conn_disconnect()
310 UINT8 dhandle; in hidh_sec_check_complete_orig() local
314 dhandle = ((UINT32)p_dev - (UINT32) & (hh_cb.devices[0])) / sizeof(tHID_HOST_DEV_CTB); in hidh_sec_check_complete_orig()
330 hidh_conn_retry (dhandle); in hidh_sec_check_complete_orig()
336 hidh_conn_disconnect(dhandle); in hidh_sec_check_complete_orig()
354 UINT8 dhandle; in hidh_l2cif_connect_cfm() local
360 if ( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) { in hidh_l2cif_connect_cfm()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h62 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \
66 extern tHID_STATUS hidh_conn_disconnect (UINT8 dhandle);
67 extern tHID_STATUS hidh_conn_initiate (UINT8 dhandle);
68 extern BOOLEAN hidh_conn_is_orig(UINT8 dhandle);