Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc253 features_characteristic.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
262 real_time_ranging_data_characteristic.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
277 on_demand_ranging_data_characteristic.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
288 ras_control_point.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
298 ranging_data_ready_characteristic.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
310 ranging_data_overwritten_characteristic.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
323 characteristics.type = BTGATT_DB_CHARACTERISTIC; in OnGattServerRegister()
662 if (service[i].type == BTGATT_DB_CHARACTERISTIC) { in OnServiceAdded()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc432 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
436 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
440 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
446 .type = BTGATT_DB_CHARACTERISTIC, in gap_attr_db_init()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dgatt_fuzzer.cc203 .type = BTGATT_DB_CHARACTERISTIC, in ServerInit()
207 .type = BTGATT_DB_CHARACTERISTIC, in ServerInit()
211 .type = BTGATT_DB_CHARACTERISTIC, in ServerInit()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc427 .type = BTGATT_DB_CHARACTERISTIC, in gatt_profile_db_init()
433 .type = BTGATT_DB_CHARACTERISTIC, in gatt_profile_db_init()
439 .type = BTGATT_DB_CHARACTERISTIC, in gatt_profile_db_init()
445 .type = BTGATT_DB_CHARACTERISTIC, in gatt_profile_db_init()
Dgatt_db.cc386 char_val.gatt_type = BTGATT_DB_CHARACTERISTIC; in gatts_add_characteristic()
723 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_send_app_read_request()
Dgatt_api.cc112 } else if (el->type == BTGATT_DB_CHARACTERISTIC) { in compute_service_size()
239 if (el->type == BTGATT_DB_CHARACTERISTIC) { in GATTS_AddService()
Dgatt_sr.cc1034 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_process_write_req()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h53 BTGATT_DB_CHARACTERISTIC, enumerator
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_unittest.cc86 .type = BTGATT_DB_CHARACTERISTIC, in TEST_F()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc362 service[i + 1].type = BTGATT_DB_CHARACTERISTIC; in DIS_SrInit()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc145 bt_gatt_db_attribute_type_t kGattCharacteristicType = BTGATT_DB_CHARACTERISTIC;
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc991 bta_gattc_fill_gatt_db_el(curr_db_attr, BTGATT_DB_CHARACTERISTIC, in bta_gattc_get_gatt_db_impl()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py226 BTGATT_DB_CHARACTERISTIC = 3 variable in FlossGattServer