Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1281 BTGATT_DB_PRIMARY_SERVICE : in bta_gattc_get_service_with_uuid()
1519 if (type == BTGATT_DB_PRIMARY_SERVICE || type == BTGATT_DB_SECONDARY_SERVICE) { in bta_gattc_get_db_size_with_type()
1520 if ((type == BTGATT_DB_PRIMARY_SERVICE && p_cur_srvc->is_primary) || in bta_gattc_get_db_size_with_type()
1797 BTGATT_DB_PRIMARY_SERVICE : in bta_gattc_get_gatt_db_impl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h47 BTGATT_DB_PRIMARY_SERVICE, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c255 … svc_result->is_primary = (db[offset + i].type == BTGATT_DB_PRIMARY_SERVICE) ? true : false; in btc_gattc_fill_gatt_db_conversion()