Searched refs:dhandle (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/hid/ |
D | hidh_conn.c | 50 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() 138 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0, BT_TRANSPORT_BR_EDR); in hidh_conn_disconnect() 309 UINT8 dhandle; in hidh_sec_check_complete_orig() local 313 dhandle = ((UINT32)p_dev - (UINT32) & (hh_cb.devices[0])) / sizeof(tHID_HOST_DEV_CTB); in hidh_sec_check_complete_orig() 329 hidh_conn_retry (dhandle); in hidh_sec_check_complete_orig() 335 hidh_conn_disconnect(dhandle); in hidh_sec_check_complete_orig() 353 UINT8 dhandle; in hidh_l2cif_connect_cfm() local 359 if ( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) { in hidh_l2cif_connect_cfm() [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/hid/include/ |
D | hid_int.h | 62 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);
|
/hal_espressif-3.5.0/components/esp_hid/src/ |
D | ble_hidh.c | 98 uint16_t chandle, dhandle; in read_device_services() local 220 dhandle = descr_result[d].handle; in read_device_services() 221 … ESP_LOGV(TAG, " DESCR:(%d), handle: %d, uuid: 0x%04x", d + 1, dhandle, duuid); in read_device_services() 225 dev->ble.battery_ccc_handle = dhandle; in read_device_services() 229 report->ccc_handle = dhandle; in read_device_services() 231 …if (read_descr(gattc_if, dev->ble.conn_id, dhandle, ESP_GATT_AUTH_REQ_NO_MITM, &rdata, &rlen) == E… in read_device_services()
|