Home
last modified time | relevance | path

Searched refs:gatt_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_db.cc49 uint16_t offset, uint32_t trans_id, bt_gatt_db_attribute_type_t gatt_type);
291 0, trans_id, attr.gatt_type); in gatts_db_read_attr_value_by_type()
379 char_val.gatt_type = BTGATT_DB_CHARACTERISTIC; in gatts_add_characteristic()
404 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_ext_prop_descr()
432 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_descr()
484 offset, trans_id, p_attr->gatt_type); in gatts_read_attr_value_by_handle()
708 uint16_t offset, uint32_t trans_id, bt_gatt_db_attribute_type_t gatt_type) { in gatts_send_app_read_request() argument
726 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_send_app_read_request()
728 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_send_app_read_request()
H A Dgatt_sr.cc936 bt_gatt_db_attribute_type_t gatt_type) { in gatts_process_write_req() argument
989 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_process_write_req()
991 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_process_write_req()
1125 attr.gatt_type); in gatts_process_attribute_req()
H A Dgatt_int.h173 bt_gatt_db_attribute_type_t gatt_type; member
/aosp12/system/bt/stack/include/
H A Dgatt_api.h455 gatt_type; /* are we writing characteristic or descriptor */ member
468 gatt_type; /* are we writing characteristic or descriptor */ member