Home
last modified time | relevance | path

Searched refs:BTGATT_DB_INCLUDED_SERVICE (Results 1 – 4 of 4) sorted by relevance

/system/bt/include/hardware/
Dbt_common_types.h50 BTGATT_DB_INCLUDED_SERVICE, enumerator
/system/bt/service/
Dgatt_server.cc88 svc.push_back({.type = BTGATT_DB_INCLUDED_SERVICE, in AddService()
322 } else if (svc[i].type == BTGATT_DB_INCLUDED_SERVICE) { in ServiceAddedCallback()
/system/bt/stack/gatt/
Dgatt_api.cc108 el->type == BTGATT_DB_INCLUDED_SERVICE) in compute_service_size()
250 } else if (el->type == BTGATT_DB_INCLUDED_SERVICE) { in GATTS_AddService()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc648 bta_gattc_fill_gatt_db_el(curr_db_attr, BTGATT_DB_INCLUDED_SERVICE, in bta_gattc_get_gatt_db_impl()