Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbt_common_types.h51 BTGATT_DB_CHARACTERISTIC, enumerator
/system/bt/stack/gap/
Dgap_ble.cc419 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
423 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
427 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
433 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
/system/bt/test/suite/gatt/
Dgatt_unittest.cc78 .type = BTGATT_DB_CHARACTERISTIC, in TEST_F()
/system/bt/stack/gatt/
Dgatt_attr.cc362 .type = BTGATT_DB_CHARACTERISTIC, in gatt_profile_db_init()
367 .type = BTGATT_DB_CHARACTERISTIC, in gatt_profile_db_init()
373 .type = BTGATT_DB_CHARACTERISTIC, in gatt_profile_db_init()
Dgatt_db.cc380 char_val.gatt_type = BTGATT_DB_CHARACTERISTIC; in gatts_add_characteristic()
700 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_send_app_read_request()
Dgatt_api.cc110 else if (el->type == BTGATT_DB_CHARACTERISTIC) in compute_service_size()
218 if (el->type == BTGATT_DB_CHARACTERISTIC) { in GATTS_AddService()
Dgatt_sr.cc921 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_process_write_req()
/system/bt/service/
Dgatt_server.cc80 .type = BTGATT_DB_CHARACTERISTIC, in AddService()
315 if (curr.type == BTGATT_DB_CHARACTERISTIC) { in ServiceAddedCallback()
Dgatt_server_old.cc161 } else if (el.type == BTGATT_DB_CHARACTERISTIC) { in ServiceAddedCallback()
507 .type = BTGATT_DB_CHARACTERISTIC, in AddCharacteristic()
/system/bt/stack/srvc/
Dsrvc_dis.cc351 service[i + 1].type = BTGATT_DB_CHARACTERISTIC; in DIS_SrInit()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc633 bta_gattc_fill_gatt_db_el(curr_db_attr, BTGATT_DB_CHARACTERISTIC, in bta_gattc_get_gatt_db_impl()
/system/bt/service/test/
Dgatt_server_unittest.cc274 .type = BTGATT_DB_CHARACTERISTIC, in SetUpTestService()