Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc410 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_ext_prop_descr()
437 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_descr()
721 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_send_app_read_request()
Dgatt_api.cc109 el->type == BTGATT_DB_DESCRIPTOR || in compute_service_size()
266 } else if (el->type == BTGATT_DB_DESCRIPTOR) { in GATTS_AddService()
Dgatt_sr.cc1032 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_process_write_req()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h54 BTGATT_DB_DESCRIPTOR, enumerator
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_unittest.cc92 .type = BTGATT_DB_DESCRIPTOR, in TEST_F()
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc270 ccc_descriptor.type = BTGATT_DB_DESCRIPTOR; in OnGattServerRegister()
668 } else if (service[i].type == BTGATT_DB_DESCRIPTOR) { in OnServiceAdded()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc1000 curr_db_attr, BTGATT_DB_DESCRIPTOR, desc.handle, 0 /* s_handle */, in bta_gattc_get_gatt_db_impl()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py227 BTGATT_DB_DESCRIPTOR = 4 variable in FlossGattServer