Searched refs:BTGATT_DB_CHARACTERISTIC (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 253 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/ |
D | gap_ble.cc | 432 .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/ |
D | gatt_fuzzer.cc | 203 .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/ |
D | gatt_attr.cc | 427 .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()
|
D | gatt_db.cc | 386 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()
|
D | gatt_api.cc | 112 } else if (el->type == BTGATT_DB_CHARACTERISTIC) { in compute_service_size() 239 if (el->type == BTGATT_DB_CHARACTERISTIC) { in GATTS_AddService()
|
D | gatt_sr.cc | 1034 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_process_write_req()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_common_types.h | 53 BTGATT_DB_CHARACTERISTIC, enumerator
|
/packages/modules/Bluetooth/system/test/suite/gatt/ |
D | gatt_unittest.cc | 86 .type = BTGATT_DB_CHARACTERISTIC, in TEST_F()
|
/packages/modules/Bluetooth/system/stack/srvc/ |
D | srvc_dis.cc | 362 service[i + 1].type = BTGATT_DB_CHARACTERISTIC; in DIS_SrInit()
|
/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | gatt_sr_test.cc | 145 bt_gatt_db_attribute_type_t kGattCharacteristicType = BTGATT_DB_CHARACTERISTIC;
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_cache.cc | 991 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/ |
D | gatt_server.py | 226 BTGATT_DB_CHARACTERISTIC = 3 variable in FlossGattServer
|