Home
last modified time | relevance | path

Searched defs:db_size (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/device/
Dinterop.c46 const size_t db_size = sizeof(interop_database) / sizeof(interop_entry_t); in interop_match() local
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1247 size_t db_size = list_length(svc); in bta_gattc_get_service_with_uuid() local
1330 …size_t db_size = ((end_handle - start_handle + 1) < p_srcb->total_attr) ? (end_handle - start_hand… in bta_gattc_get_db_with_opration() local
1486 size_t db_size = 0; in bta_gattc_get_db_size_with_type() local
1604 size_t db_size = 0; in bta_gattc_get_db_size() local
1754 size_t db_size = bta_gattc_get_db_size(p_srvc_cb->p_srvc_cache, start_handle, end_handle); in bta_gattc_get_gatt_db_impl() local
2018 size_t db_size = bta_gattc_get_db_size(p_srvc_cb->p_srvc_cache, 0x0000, 0xFFFF); in bta_gattc_cache_save() local
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c241 uint16_t db_size = (count + offset > num) ? (num - offset) : count; in btc_gattc_fill_gatt_db_conversion() local
564 uint16_t db_size = 0; in btc_ble_gattc_get_db() local