Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h50 BTGATT_DB_PRIMARY_SERVICE, enumerator
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_unittest.cc82 .type = BTGATT_DB_PRIMARY_SERVICE, in TEST_F()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dgatt_fuzzer.cc200 .type = BTGATT_DB_PRIMARY_SERVICE, in ServerInit()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc353 service[0].type = BTGATT_DB_PRIMARY_SERVICE; in DIS_SrInit()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc429 .type = BTGATT_DB_PRIMARY_SERVICE, in gap_attr_db_init()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py223 BTGATT_DB_PRIMARY_SERVICE = 0 variable in FlossGattServer
830 service.service_type = self.BTGATT_DB_PRIMARY_SERVICE
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc107 if (el->type == BTGATT_DB_PRIMARY_SERVICE || in compute_service_size()
175 bool is_pri = (service->type == BTGATT_DB_PRIMARY_SERVICE) ? true : false; in GATTS_AddService()
Dgatt_attr.cc423 .type = BTGATT_DB_PRIMARY_SERVICE, in gatt_profile_db_init()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc591 if (db[i].type == BTGATT_DB_PRIMARY_SERVICE) { in bta_dm_gatt_disc_complete()
Dbta_dm_disc_legacy.cc869 if (db[i].type == BTGATT_DB_PRIMARY_SERVICE) { in bta_dm_search_cmpl()
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc247 ranging_service.type = BTGATT_DB_PRIMARY_SERVICE; in OnGattServerRegister()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc983 service.is_primary ? BTGATT_DB_PRIMARY_SERVICE in bta_gattc_get_gatt_db_impl()