Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/hid/
Dhidh_conn.c46 static void hidh_conn_retry (UINT8 dhandle);
128 tHID_STATUS hidh_conn_disconnect (UINT8 dhandle) in hidh_conn_disconnect() argument
130 tHID_CONN *p_hcon = &hh_cb.devices[dhandle].conn; in hidh_conn_disconnect()
318 UINT8 dhandle; in hidh_sec_check_complete_orig() local
324 dhandle = ((UINT32)p_dev - (UINT32)&(hh_cb.devices[0]))/ sizeof(tHID_HOST_DEV_CTB); in hidh_sec_check_complete_orig()
331 …if ((p_dev->conn.intr_cid = L2CA_ConnectReq (HID_PSM_INTERRUPT, hh_cb.devices[dhandle].addr)) == 0) in hidh_sec_check_complete_orig()
335 hidh_conn_disconnect (dhandle); in hidh_sec_check_complete_orig()
336 … hh_cb.callback( dhandle, hh_cb.devices[dhandle].addr, HID_HDEV_EVT_CLOSE, reason, NULL ) ; in hidh_sec_check_complete_orig()
353 hidh_conn_retry (dhandle); in hidh_sec_check_complete_orig()
361 hidh_conn_disconnect(dhandle); in hidh_sec_check_complete_orig()
[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);