Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbt_common_types.h48 BTGATT_DB_PRIMARY_SERVICE, enumerator
/system/bt/test/suite/gatt/
Dgatt_unittest.cc72 {.type = BTGATT_DB_PRIMARY_SERVICE, .uuid = srvc_uuid}, in TEST_F()
/system/bt/stack/gatt/
Dgatt_attr.cc288 {.type = BTGATT_DB_PRIMARY_SERVICE, .uuid = service_uuid}, in gatt_profile_db_init()
Dgatt_api.cc105 if (el->type == BTGATT_DB_PRIMARY_SERVICE || in compute_service_size()
158 bool is_pri = (service->type == BTGATT_DB_PRIMARY_SERVICE) ? true : false; in GATTS_AddService()
/system/bt/stack/srvc/
Dsrvc_dis.cc342 service[0].type = BTGATT_DB_PRIMARY_SERVICE; in DIS_SrInit()
/system/bt/stack/gap/
Dgap_ble.cc414 {.type = BTGATT_DB_PRIMARY_SERVICE, .uuid = svc_uuid}, in gap_attr_db_init()
/system/bt/service/
Dgatt_server.cc72 svc.push_back({.type = (service.primary() ? BTGATT_DB_PRIMARY_SERVICE in AddService()
Dgatt_server_old.cc140 {.type = BTGATT_DB_PRIMARY_SERVICE, .uuid = app_uuid}); in RegisterServerCallback()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc625 service.is_primary ? BTGATT_DB_PRIMARY_SERVICE in bta_gattc_get_gatt_db_impl()
/system/bt/service/test/
Dgatt_server_unittest.cc270 {.type = BTGATT_DB_PRIMARY_SERVICE, in SetUpTestService()