Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_conn.c47 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()
141 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0, BT_TRANSPORT_BR_EDR); in hidh_conn_disconnect()
323 UINT8 dhandle; in hidh_sec_check_complete_orig() local
328 dhandle = ((UINT32)p_dev - (UINT32)&(hh_cb.devices[0]))/ sizeof(tHID_HOST_DEV_CTB); in hidh_sec_check_complete_orig()
348 hidh_conn_retry (dhandle); in hidh_sec_check_complete_orig()
354 hidh_conn_disconnect(dhandle); in hidh_sec_check_complete_orig()
372 UINT8 dhandle; in hidh_l2cif_connect_cfm() local
378 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_connect_cfm()
[all …]
Dhidh_int.h66 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \
70 extern tHID_STATUS hidh_conn_disconnect (UINT8 dhandle);
71 extern tHID_STATUS hidh_conn_initiate (UINT8 dhandle);