Searched refs:BTGATT_DB_CHARACTERISTIC (Results 1 – 12 of 12) sorted by relevance
/system/bt/include/hardware/ |
D | bt_common_types.h | 51 BTGATT_DB_CHARACTERISTIC, enumerator
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 419 .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/ |
D | gatt_unittest.cc | 78 .type = BTGATT_DB_CHARACTERISTIC, in TEST_F()
|
/system/bt/stack/gatt/ |
D | gatt_attr.cc | 362 .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()
|
D | gatt_db.cc | 380 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()
|
D | gatt_api.cc | 110 else if (el->type == BTGATT_DB_CHARACTERISTIC) in compute_service_size() 218 if (el->type == BTGATT_DB_CHARACTERISTIC) { in GATTS_AddService()
|
D | gatt_sr.cc | 921 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_process_write_req()
|
/system/bt/service/ |
D | gatt_server.cc | 80 .type = BTGATT_DB_CHARACTERISTIC, in AddService() 315 if (curr.type == BTGATT_DB_CHARACTERISTIC) { in ServiceAddedCallback()
|
D | gatt_server_old.cc | 161 } else if (el.type == BTGATT_DB_CHARACTERISTIC) { in ServiceAddedCallback() 507 .type = BTGATT_DB_CHARACTERISTIC, in AddCharacteristic()
|
/system/bt/stack/srvc/ |
D | srvc_dis.cc | 351 service[i + 1].type = BTGATT_DB_CHARACTERISTIC; in DIS_SrInit()
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 633 bta_gattc_fill_gatt_db_el(curr_db_attr, BTGATT_DB_CHARACTERISTIC, in bta_gattc_get_gatt_db_impl()
|
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 274 .type = BTGATT_DB_CHARACTERISTIC, in SetUpTestService()
|