Home
last modified time | relevance | path

Searched refs:db (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c246 … uint16_t offset, void *result, btgatt_db_element_t *db) in btc_gattc_fill_gatt_db_conversion() argument
255 … svc_result->is_primary = (db[offset + i].type == BTGATT_DB_PRIMARY_SERVICE) ? true : false; in btc_gattc_fill_gatt_db_conversion()
256 svc_result->start_handle = db[offset + i].start_handle; in btc_gattc_fill_gatt_db_conversion()
257 svc_result->end_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion()
258 btc128_to_bta_uuid(&bta_uuid, db[offset + i].uuid.uu); in btc_gattc_fill_gatt_db_conversion()
267 char_result->char_handle = db[offset + i].attribute_handle; in btc_gattc_fill_gatt_db_conversion()
268 char_result->properties = db[offset + i].properties; in btc_gattc_fill_gatt_db_conversion()
269 btc128_to_bta_uuid(&bta_uuid, db[offset + i].uuid.uu); in btc_gattc_fill_gatt_db_conversion()
278 descr_result->handle = db[offset + i].attribute_handle; in btc_gattc_fill_gatt_db_conversion()
279 btc128_to_bta_uuid(&bta_uuid, db[offset + i].uuid.uu); in btc_gattc_fill_gatt_db_conversion()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Deap_user_db.c138 sqlite3 *db; in eap_user_sqlite_get() local
180 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) { in eap_user_sqlite_get()
182 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db)); in eap_user_sqlite_get()
183 sqlite3_close(db); in eap_user_sqlite_get()
194 if (sqlite3_exec(db, cmd, get_user_cb, &hapd->tmp_eap_user, NULL) != in eap_user_sqlite_get()
198 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite); in eap_user_sqlite_get()
206 if (sqlite3_exec(db, cmd, get_wildcard_cb, &hapd->tmp_eap_user, in eap_user_sqlite_get()
210 sqlite3_errmsg(db), in eap_user_sqlite_get()
223 sqlite3_close(db); in eap_user_sqlite_get()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c354 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetServiceWithUUID() argument
356 bta_gattc_get_service_with_uuid(conn_id, svc_uuid, db, count); in BTA_GATTC_GetServiceWithUUID()
360 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllChar() argument
370 db, in BTA_GATTC_GetAllChar()
375 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllDescriptor() argument
385 db, in BTA_GATTC_GetAllDescriptor()
390 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetCharByUUID() argument
400 db, in BTA_GATTC_GetCharByUUID()
406 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByUUID() argument
416 db, in BTA_GATTC_GetDescrByUUID()
[all …]
Dbta_gattc_cache.c1760 btgatt_db_element_t **db, in bta_gattc_get_gatt_db_impl() argument
1768 *db = NULL; in bta_gattc_get_gatt_db_impl()
1777 *db = NULL; in bta_gattc_get_gatt_db_impl()
1818 *db = buffer; in bta_gattc_get_gatt_db_impl()
1845 *db = buffer; in bta_gattc_get_gatt_db_impl()
1875 *db = buffer; in bta_gattc_get_gatt_db_impl()
1891 *db = buffer; in bta_gattc_get_gatt_db_impl()
1909 …db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, UINT16 *count) in bta_gattc_get_gatt_db() argument
1930 bta_gattc_get_gatt_db_impl(p_clcb->p_srcb, start_handle, end_handle, db, count); in bta_gattc_get_gatt_db()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h912 btgatt_db_element_t **db, UINT16 *count);
915 btgatt_db_element_t **db, UINT16 *count);
918 btgatt_db_element_t **db, UINT16 *count);
921 btgatt_db_element_t **db, UINT16 *count);
925 btgatt_db_element_t **db, UINT16 *count);
928 btgatt_db_element_t **db, UINT16 *count);
931 … tBT_UUID *incl_uuid, btgatt_db_element_t **db, UINT16 *count);
951 btgatt_db_element_t **db, UINT16 *count);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h252 esp_gattc_db_elem_t *db, uint16_t *count);
/hal_espressif-latest/components/esp_adc/
DKconfig42 to correct for non-linear behavior in 11db attenuation. Other attenuations
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c421 esp_gattc_db_elem_t *db, uint16_t *count) in esp_ble_gattc_get_db() argument
430 if (db == NULL || count == NULL || *count == 0) { in esp_ble_gattc_get_db()
435 return btc_ble_gattc_get_db(conn_hdl, start_handle, end_handle, db, count); in esp_ble_gattc_get_db()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h675 esp_gattc_db_elem_t *db, uint16_t *count);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h566 …b(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, UINT16 *count);
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-S2.rst71 = d9 8f 05 d0 86 77 53 db 80 6c ee 40 df 5d ef b0 R/W