Home
last modified time | relevance | path

Searched refs:HIDD_LE_IDX_NB (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhidd_le_prf_int.h177 HIDD_LE_IDX_NB, enumerator
282 uint16_t att_tbl[HIDD_LE_IDX_NB];
Dhid_device_le_prf.c329 static esp_gatts_attr_db_t hidd_le_gatt_db[HIDD_LE_IDX_NB] =
617 esp_ble_gatts_create_attr_tab(hidd_le_gatt_db, gatts_if, HIDD_LE_IDX_NB, 0); in esp_hidd_prf_cb_hdl()
619 if (param->add_attr_tab.num_handle == HIDD_LE_IDX_NB && in esp_hidd_prf_cb_hdl()
622 HIDD_LE_IDX_NB*sizeof(uint16_t)); in esp_hidd_prf_cb_hdl()
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c121 HIDD_LE_IDX_NB, enumerator
272 …_last_db = (esp_gatts_attr_db_t *)malloc(sizeof(esp_gatts_attr_db_t) * (HIDD_LE_IDX_NB + report_at… in create_hid_db()
294 size_t index = HIDD_LE_IDX_NB; in create_hid_db()