Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h52 BTGATT_DB_INCLUDED_SERVICE, enumerator
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc110 el->type == BTGATT_DB_INCLUDED_SERVICE) { in compute_service_size()
277 } else if (el->type == BTGATT_DB_INCLUDED_SERVICE) { in GATTS_AddService()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc1012 bta_gattc_fill_gatt_db_el(curr_db_attr, BTGATT_DB_INCLUDED_SERVICE, in bta_gattc_get_gatt_db_impl()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py225 BTGATT_DB_INCLUDED_SERVICE = 2 variable in FlossGattServer