Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbt_common_types.h52 BTGATT_DB_DESCRIPTOR, enumerator
/system/bt/stack/srvc/
Dsrvc_battery.cc205 service[i].type = BTGATT_DB_DESCRIPTOR; in Battery_Instantiate()
216 service[i].type = BTGATT_DB_DESCRIPTOR; in Battery_Instantiate()
227 service[i].type = BTGATT_DB_DESCRIPTOR; in Battery_Instantiate()
/system/bt/test/suite/gatt/
Dgatt_unittest.cc77 {.type = BTGATT_DB_DESCRIPTOR, .uuid = desc_uuid, .permissions = 0x01}}; in TEST_F()
/system/bt/stack/gatt/
Dgatt_db.cc405 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_descr()
698 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_send_app_read_request()
Dgatt_api.cc107 el->type == BTGATT_DB_DESCRIPTOR || in compute_service_size()
240 } else if (el->type == BTGATT_DB_DESCRIPTOR) { in GATTS_AddService()
Dgatt_sr.cc918 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_process_write_req()
/system/bt/service/
Dgatt_server.cc82 svc.push_back({.type = BTGATT_DB_DESCRIPTOR, in AddService()
319 } else if (curr.type == BTGATT_DB_DESCRIPTOR) { in ServiceAddedCallback()
Dgatt_server_old.cc158 if (el.type == BTGATT_DB_DESCRIPTOR) { in ServiceAddedCallback()
/system/bt/service/test/
Dgatt_server_unittest.cc276 {.type = BTGATT_DB_DESCRIPTOR, in SetUpTestService()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc851 curr_db_attr, BTGATT_DB_DESCRIPTOR, desc.handle, 0 /* s_handle */, in bta_gattc_get_gatt_db_impl()